]> TLD Linux GIT Repositories - packages/systemtap.git/blob - systemtap-build.patch
- rediffed patches
[packages/systemtap.git] / systemtap-build.patch
1 --- systemtap-2.2.1/Makefile.am.orig    2013-07-05 21:26:27.918188876 +0200
2 +++ systemtap-2.2.1/Makefile.am 2013-07-05 21:34:45.071501358 +0200
3 @@ -181,7 +181,7 @@
4  stap_serverd_SOURCES = stap-serverd.cxx cscommon.cxx util.cxx privilege.cxx nsscommon.cxx cmdline.cxx
5  stap_serverd_CXXFLAGS = $(AM_CXXFLAGS) @PIECXXFLAGS@ $(nss_CFLAGS)
6  stap_serverd_CFLAGS = $(AM_CFLAGS) @PIECFLAGS@ $(nss_CFLAGS)
7 -stap_serverd_LDFLAGS = $(AM_LDFLAGS) @PIELDFLAGS@
8 +stap_serverd_LDFLAGS = $(AM_LDFLAGS) @PIELDFLAGS@ -pthread
9  stap_serverd_LDADD = $(nss_LIBS) -lpthread
10  if HAVE_AVAHI
11  stap_serverd_CFLAGS += $(avahi_CFLAGS)