]> git.pld-linux.org Git - packages/systemtap.git/commitdiff
- added more FLAGS
authorlisu <lisu@pld-linux.org>
Tue, 17 May 2011 09:21:38 +0000 (09:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- link with -lrpmdb-4.5

Changed files:
    systemtap-configure.patch -> 1.1

systemtap-configure.patch [new file with mode: 0644]

diff --git a/systemtap-configure.patch b/systemtap-configure.patch
new file mode 100644 (file)
index 0000000..91cf963
--- /dev/null
@@ -0,0 +1,12 @@
+--- systemtap-1.4/configure.ac~        2011-01-17 12:31:41.000000000 +0100
++++ systemtap-1.4/configure.ac 2011-05-17 11:16:21.590000069 +0200
+@@ -548,6 +548,9 @@
+   AC_CHECK_HEADERS([elfutils/version.h])
+ fi
++CPPFLAGS="${CPPFLAGS} -I/usr/include/rpm"
++LIBS="${LIBS} -lrpmdb-4.5"
++
+ dnl This is here mainly to make sure that configure --prefix=... changes
+ dnl the config.h files so files depending on it are recompiled
+ dnl prefix is passed through indirectly in the Makefile.am AM_CPPFLAGS.
This page took 0.10312 seconds and 4 git commands to generate.