Author: wyoung
Date: Fri Mar 3 15:38:43 2006
New Revision: 1212
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1212&view=rev
Log:
Minor linking fixes for OS X.
Modified:
branches/v2.1-bakefile/examples/examples.bkl
branches/v2.1-bakefile/lib/lib.bkl
Modified: branches/v2.1-bakefile/examples/examples.bkl
URL:
http://svn.gna.org/viewcvs/mysqlpp/branches/v2.1-bakefile/examples/examples.bkl?rev=1212&r1=1211&r2=1212&view=diff
==============================================================================
--- branches/v2.1-bakefile/examples/examples.bkl (original)
+++ branches/v2.1-bakefile/examples/examples.bkl Fri Mar 3 15:38:43 2006
@@ -21,7 +21,7 @@
<if cond="FORMAT=='autoconf'">
<warnings>max</warnings>
- <ldlibs>../lib/libmysqlpp.so</ldlibs>
+ <ldlibs>../lib/libmysqlpp.$(SO_SUFFIX)</ldlibs>
<sys-lib>@MYSQL_C_LIB@</sys-lib>
<if cond="ZLIB=='yes'">
<sys-lib>z</sys-lib>
Modified: branches/v2.1-bakefile/lib/lib.bkl
URL:
http://svn.gna.org/viewcvs/mysqlpp/branches/v2.1-bakefile/lib/lib.bkl?rev=1212&r1=1211&r2=1212&view=diff
==============================================================================
--- branches/v2.1-bakefile/lib/lib.bkl (original)
+++ branches/v2.1-bakefile/lib/lib.bkl Fri Mar 3 15:38:43 2006
@@ -29,6 +29,8 @@
<install-to>$(LIBDIR)</install-to>
<if cond="FORMAT=='autoconf'">
+ <sys-lib>@MYSQL_C_LIB@</sys-lib>
+
<modify-target target="uninstall">
<command>
rm -f
$(DESTDIR)$(libdir)/$(DLLPREFIX)mysqlpp.$(SO_SUFFIX)
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits