RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Anders F. Björklund
Root: /v/rpm/cvs Email: afb@rpm5.org
Module: rpm Date: 06-Jan-2008 20:22:47
Branch: HEAD Handle: 2008010619224600
Modified files:
rpm devtool.conf
Log:
macosx: link in missing libs, libz for file and libxml2 for xar
Summary:
Revision Changes Path
2.171 +2 -1 rpm/devtool.conf
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/devtool.conf
============================================================================
$ cvs diff -u -r2.170 -r2.171 devtool.conf
--- rpm/devtool.conf 5 Jan 2008 09:15:03 -0000 2.170
+++ rpm/devtool.conf 6 Jan 2008 19:22:46 -0000 2.171
@@ -1455,7 +1455,8 @@
# perl's MakeMaker ignores our -search_paths_first, and links with system libs :-(
make -C perl LD="ld -search_paths_first" MACOSX_DEPLOYMENT_TARGET="10.3" clean all
- # python complains about missing symbols from all over when using librpmio, relink:
+ # python complains about missing symbols from all over when using librpm*, relink:
+ make -C misc LIBS="-lz -lxml2 $LIBS" clean all
make -C rpmio LIBS="-lsqlite3 -lpopt -lneon -lexpat -lbeecrypt -lxar -lbz2 $LIBS" clean all
# install into a temporary destroot, instead of to system
@@ .
Received on Sun Jan 6 20:22:47 2008