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: 06-Mar-2005 10:22:24
Branch: HEAD Handle: 2005030609222400
Modified files:
openpkg-src/swig swig.spec
Log:
hell, what f%&&ing stuff I'm confronted here: SWIG 1.3.21 even
contains a broken libtool which runs the ranlib incorrectly.
Workaround by using an installed libtool
Summary:
Revision Changes Path
1.37 +3 -1 openpkg-src/swig/swig.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/swig/swig.spec
============================================================================
$ cvs diff -u -r1.36 -r1.37 swig.spec
--- openpkg-src/swig/swig.spec 6 Mar 2005 09:04:49 -0000 1.36
+++ openpkg-src/swig/swig.spec 6 Mar 2005 09:22:24 -0000 1.37
@@ -48,7 +48,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, gcc, make
+BuildPreReq: OpenPKG, openpkg >= 20040130, gcc, make, libtool
PreReq: OpenPKG, openpkg >= 20040130
AutoReq: no
AutoReqProv: no
@@ -84,6 +84,8 @@
--with-swiglibdir=%{l_prefix}/libexec/swig/old \
--disable-shared \
--without-x
+ mv libtool libtool.orig
+ ln -s %{l_prefix}/bin/libtool .
echo "**** EXPECT VARIOUS BUILD FAILURES INSIDE SWIG EXAMPLES! IT IS
OK! ****"
%{l_make} %{l_mflags}
%{l_make} %{l_mflags} runtime
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]