OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 08-Jun-2007 22:15:10
Branch: HEAD Handle: 2007060821151000
Modified files:
openpkg-src/binutils binutils.spec
Log:
ar and strip seem to be unusable under Mac OS X (aka Darwin)
Summary:
Revision Changes Path
1.79 +8 -2 openpkg-src/binutils/binutils.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/binutils/binutils.spec
============================================================================
$ cvs diff -u -r1.78 -r1.79 binutils.spec
--- openpkg-src/binutils/binutils.spec 6 Jun 2007 09:17:54 -0000
1.78
+++ openpkg-src/binutils/binutils.spec 8 Jun 2007 20:15:10 -0000
1.79
@@ -33,7 +33,7 @@
Group: Compiler
License: GPL
Version: 2.17
-Release: 20070606
+Release: 20070608
# list of sources
Source0:
ftp://sources.redhat.com/pub/binutils/releases/binutils-%{version}.tar.bz2
@@ -119,10 +119,16 @@
# GNU binutils strip(1) is broken on AIX,
# use of OS supplied /usr/bin/strip from bos.rte.bind_cmds is mandatory
case "%{l_platform -t}" in
- *-aix* | *-darwin )
+ *-aix* )
rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/strip \
$RPM_BUILD_ROOT%{l_prefix}/man/man1/strip.1
;;
+ *-darwin* )
+ rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/strip \
+ $RPM_BUILD_ROOT%{l_prefix}/man/man1/strip.1
+ rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/ar \
+ $RPM_BUILD_ROOT%{l_prefix}/man/man1/ar.1
+ ;;
esac
# strip down installation
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]