]> sourceware.org Git - systemtap.git/commitdiff
configury: add -lpthread to stap_LDADD
authorMasanari Iida <standby24x7@gmail.com>
Fri, 10 May 2013 14:01:17 +0000 (10:01 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Fri, 10 May 2013 14:09:34 +0000 (10:09 -0400)
Commit 3d0a328dd add some pthreads usage, which needs -lpthreads.

Makefile.am
Makefile.in

index 9141cb923eef19567c5bfee7e3b024aa5a43aa6c..b1dc711b6998b94a4888cbf88be37110f3c2c434 100644 (file)
@@ -52,7 +52,7 @@ stap_SOURCES += re2c-migrate/stapregex.cxx \
        re2c-migrate/re2c-regex.cxx re2c-migrate/re2c-emit.cxx \
        re2c-migrate/re2c-dfa.cxx re2c-migrate/re2c-globals.cxx
 noinst_HEADERS = sdt_types.h
-stap_LDADD = @stap_LIBS@ @sqlite3_LIBS@ @LIBINTL@
+stap_LDADD = @stap_LIBS@ @sqlite3_LIBS@ @LIBINTL@ -lpthread
 stap_DEPENDENCIES =
 endif
 
index 1036554c551c208bf69e025c675b23ce29fd3cb6..66e521f70c4a72be67c58c9508cd7448b98fd0aa 100644 (file)
@@ -508,7 +508,7 @@ oldinclude_HEADERS = includes/sys/sdt.h includes/sys/sdt-config.h
 @BUILD_TRANSLATOR_TRUE@        $(am__append_10)
 @BUILD_TRANSLATOR_TRUE@noinst_HEADERS = sdt_types.h
 @BUILD_TRANSLATOR_TRUE@stap_LDADD = @stap_LIBS@ @sqlite3_LIBS@ \
-@BUILD_TRANSLATOR_TRUE@        @LIBINTL@ $(am__append_9) \
+@BUILD_TRANSLATOR_TRUE@        @LIBINTL@ -lpthread $(am__append_9) \
 @BUILD_TRANSLATOR_TRUE@        $(am__append_14)
 @BUILD_TRANSLATOR_TRUE@stap_DEPENDENCIES = $(am__append_20)
 
This page took 0.032486 seconds and 5 git commands to generate.