Changes of Revision 8
[-] [+] | Changed | mod_accounting-0.5_dynamic_makefile.patch |
@@ -1,5 +1,5 @@ --- Makefile.orig 2008-12-01 10:57:44.000000000 +0100 -+++ Makefile 2008-12-01 22:58:36.000000000 +0100 ++++ Makefile 2008-12-01 23:30:36.000000000 +0100 @@ -10,15 +10,20 @@ # here's what you may need to change @@ -12,7 +12,7 @@ +MYINC=`mysql_config --include` +MYLIB=`mysql_config --libs` +PGINC=-I`pg_config --includedir` -+PGLIB=-L`pg_config --pkglibdir` `pg_config --libs` ++PGLIB=-L`pg_config --pkglibdir` -lpq +INC=${MYINC} ${PGINC} +LIB=${MYLIB} ${PGLIB} # the default target |