Author: wyoung
Date: Tue Jul  3 20:41:36 2007
New Revision: 1646

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1646&view=rev
Log:
Fixed Makefile.simple -> examples/Makefile conversion code to cope with
a recent Bakefile change, which generates the Makefile in a slightly
different way.

Modified:
    trunk/mysql++.spec.in

Modified: trunk/mysql++.spec.in
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/mysql%2B%2B.spec.in?rev=1646&r1=1645&r2=1646&view=diff
==============================================================================
--- trunk/mysql++.spec.in (original)
+++ trunk/mysql++.spec.in Tue Jul  3 20:41:36 2007
@@ -54,8 +54,8 @@
 # Fix up simple example Makefile to allow it to build on the install
 # system, as opposed to the system where the Makefile was created.
 %{__sed} -e '[EMAIL PROTECTED]/examples/@@' \
-  -e '[EMAIL PROTECTED] [EMAIL PROTECTED] = $(shell mysql_config --cflags)@' \
-  -e '[EMAIL PROTECTED] [EMAIL PROTECTED] = $(shell mysql_config --libs)@' \
+  -e '[EMAIL PROTECTED] :[EMAIL PROTECTED] := $(shell mysql_config --cflags)@' 
\
+  -e '[EMAIL PROTECTED] :[EMAIL PROTECTED] := $(shell mysql_config --libs)@' \
   -e 's@ -Ilib -I/usr/include/mysql@@' \
   Makefile.simple > doc/examples/Makefile
 


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to