]> TLD Linux GIT Repositories - packages/systemtap.git/blob - systemtap-configure.patch
- rediffed patches
[packages/systemtap.git] / systemtap-configure.patch
1 diff -urNp -x '*.orig' systemtap-3.3.org/configure.ac systemtap-3.3/configure.ac
2 --- systemtap-3.3.org/configure.ac      2018-06-09 00:28:59.000000000 +0200
3 +++ systemtap-3.3/configure.ac  2023-12-31 20:29:34.779094763 +0100
4 @@ -957,6 +957,9 @@ AS_IF([test "x$have_http_support" = "xye
5             [Define to 1 if the base client code is needed.])
6  ])
7  
8 +CPPFLAGS="${CPPFLAGS} -I/usr/include/rpm"
9 +LIBS="${LIBS} -lrpmdb"
10 +
11  dnl This is here mainly to make sure that configure --prefix=... changes
12  dnl the config.h files so files depending on it are recompiled
13  dnl prefix is passed through indirectly in the Makefile.am AM_CPPFLAGS.