|
|
@@ -33,7 +33,7 @@ Distribution: OpenPKG [CORE]
|
|
|
Group: Utility
|
|
|
License: GPL
|
|
|
Version: 2.13.2.1
|
|
|
-Release: 20030317
|
|
|
+Release: 20030321
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://sources.redhat.com/pub/binutils/releases/binutils-%{version}.tar.bz2
|
|
|
@@ -75,11 +75,8 @@ AutoReqProv: no
|
|
|
*-linux* ) CFLAGS="$CFLAGS -DOPENPKG_OS_LINUX" ;;
|
|
|
*-solaris* ) CFLAGS="$CFLAGS -DOPENPKG_OS_SOLARIS" ;;
|
|
|
esac
|
|
|
- opts="--prefix=%{l_prefix}"
|
|
|
- case "%{l_target}" in
|
|
|
- *-darwin* ) opts="$opts --host=powerpc-apple-macos" ;;
|
|
|
- esac
|
|
|
- ./configure $opts
|
|
|
+ ./configure \
|
|
|
+ --prefix=%{l_prefix}
|
|
|
%{l_make} %{l_mflags}
|
|
|
|
|
|
%install
|