RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Ralf S. Engelschall
Root: /v/rpm/cvs Email: rse@rpm5.org
Module: rpm Date: 20-Jul-2007 16:09:49
Branch: HEAD Handle: 2007072015094900
Modified files:
rpm devtool.conf
Log:
make sure we are also providing glibtoolize or we would fail under
MacOS X because there the system one would be picked up
Summary:
Revision Changes Path
2.53 +2 -0 rpm/devtool.conf
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/devtool.conf
============================================================================
$ cvs diff -u -r2.52 -r2.53 devtool.conf
--- rpm/devtool.conf 20 Jul 2007 13:08:53 -0000 2.52
+++ rpm/devtool.conf 20 Jul 2007 14:09:49 -0000 2.53
@@ -394,6 +394,8 @@
--enable-shared
make
make install
+ ln $prefix_tools/bin/libtoolize \
+ $prefix_tools/bin/glibtoolize
) || exit $?
) || exit $?
fi
@@ .
Received on Fri Jul 20 16:09:49 2007