Ignore:
Timestamp:
Jun 7, 2016, 6:07:32 PM (9 years ago)
Author:
Silvan Scherrer
Message:

spec: binutils: don't enable plugins, fix dbg package

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/binutils.spec

    r774 r777  
    221221%endif
    222222  $CARGS \
    223   --enable-plugins \
    224   --with-bugurl=http://bugzilla.redhat.com/bugzilla/
     223  --enable-plugins=no \
     224  --with-bugurl=http://trac.netlabs.org/ports/
    225225make %{_smp_mflags} tooldir=%{_prefix} all
    226226make %{_smp_mflags} tooldir=%{_prefix} info
     
    350350%defattr(-,root,root,-)
    351351%doc README
    352 %{_bindir}/%{?cross}[!l]*
    353 %{_prefix}/%{binutils_target}/%{?cross}[!l]*
    354 %if "%{build_gold}" == "both"
    355 %{_bindir}/%{?cross}ld.*
     352%{_bindir}/%{?cross}[!l]*.exe
     353%{_prefix}/%{binutils_target}/bin/%{?cross}[!l]*.exe
     354%if "%{build_gold}" == "both"
     355%{_bindir}/%{?cross}ld*.exe
    356356%ghost %{_bindir}/%{?cross}ld
    357357%else
    358 #%{_bindir}/%{?cross}ld*
     358#%{_bindir}/%{?cross}ld*.exe
    359359%endif
    360360%{_mandir}/man1/*
Note: See TracChangeset for help on using the changeset viewer.