]> git.pld-linux.org Git - packages/systemtap.git/blame - systemtap-configure.patch
- fix shebangs
[packages/systemtap.git] / systemtap-configure.patch
CommitLineData
ca8d239b 1--- systemtap-1.4/configure.ac~ 2011-01-17 12:31:41.000000000 +0100
2+++ systemtap-1.4/configure.ac 2011-05-17 11:16:21.590000069 +0200
3@@ -548,6 +548,9 @@
4 AC_CHECK_HEADERS([elfutils/version.h])
5 fi
6
7+CPPFLAGS="${CPPFLAGS} -I/usr/include/rpm"
ea67583d 8+LIBS="${LIBS} -lrpmdb"
ca8d239b 9+
10 dnl This is here mainly to make sure that configure --prefix=... changes
11 dnl the config.h files so files depending on it are recompiled
12 dnl prefix is passed through indirectly in the Makefile.am AM_CPPFLAGS.
This page took 0.048763 seconds and 4 git commands to generate.