packages: systemtap/systemtap-configure.patch (NEW) - added more FLAGS - li...

lisu lisu at pld-linux.org
Tue May 17 11:21:44 CEST 2011


Author: lisu                         Date: Tue May 17 09:21:44 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added more FLAGS
- link with -lrpmdb-4.5

---- Files affected:
packages/systemtap:
   systemtap-configure.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/systemtap/systemtap-configure.patch
diff -u /dev/null packages/systemtap/systemtap-configure.patch:1.1
--- /dev/null	Tue May 17 11:21:44 2011
+++ packages/systemtap/systemtap-configure.patch	Tue May 17 11:21:38 2011
@@ -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.
================================================================


More information about the pld-cvs-commit mailing list