SOURCES: 3store-ac.patch (NEW) - fix ac/am rebuild, remove LDFLAGS...

qboosh qboosh at pld-linux.org
Sat Feb 3 17:13:06 CET 2007


Author: qboosh                       Date: Sat Feb  3 16:13:06 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix ac/am rebuild, remove LDFLAGS from `3store-config --libs`

---- Files affected:
SOURCES:
   3store-ac.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/3store-ac.patch
diff -u /dev/null SOURCES/3store-ac.patch:1.1
--- /dev/null	Sat Feb  3 17:13:06 2007
+++ SOURCES/3store-ac.patch	Sat Feb  3 17:13:01 2007
@@ -0,0 +1,23 @@
+--- 3store-2.2.22/configure.in.orig	2005-07-18 19:55:21.000000000 +0200
++++ 3store-2.2.22/configure.in	2007-02-03 16:48:43.483426621 +0100
+@@ -1,8 +1,7 @@
+ # Process this file with autoconf to produce a configure script.
+-AC_INIT(src/tools/tstore_test.c)
++AC_INIT(3store, 2.2.22)
+ AM_INIT_AUTOMAKE()
+ AM_CONFIG_HEADER(src/config.h)
+-AM_INIT_AUTOMAKE(3store, 2.2.22)
+ 
+ dnl Library bersioning information - update when API/behaviour changes
+ RDFSQL_API_VERSION=0
+--- 3store-2.2.22/3store-config.in.orig	2005-07-18 16:01:20.000000000 +0200
++++ 3store-2.2.22/3store-config.in	2007-02-03 17:04:57.538934880 +0100
+@@ -53,7 +53,7 @@
+ 			echo ${version}
+ 			;;
+ 		--libs)
+-			echo -L${libdir} @LDFLAGS@ -lrdfsql
++			echo -L${libdir} -lrdfsql
+ 			;;
+ 		--cflags)
+ 			echo ${cflags}
================================================================


More information about the pld-cvs-commit mailing list