]> TLD Linux GIT Repositories - packages/systemtap.git/blob - systemtap-configure.patch
- rediffed patches
[packages/systemtap.git] / systemtap-configure.patch
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"
8 +LIBS="${LIBS} -lrpmdb"
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.