]> git.pld-linux.org Git - packages/3store.git/commitdiff
- fix ac/am rebuild, remove LDFLAGS from `3store-config --libs`
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 3 Feb 2007 16:13:01 +0000 (16:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    3store-ac.patch -> 1.1

3store-ac.patch [new file with mode: 0644]

diff --git a/3store-ac.patch b/3store-ac.patch
new file mode 100644 (file)
index 0000000..3561757
--- /dev/null
@@ -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}
This page took 0.065965 seconds and 4 git commands to generate.