From: Pablo Neira Ayuso Date: Wed, 22 Jul 2009 18:34:19 +0000 (+0200) Subject: build: remove -lpthread from Makefile X-Git-Tag: ulogd-2.0.0beta4~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0833a30bf3d82ab2c61a57b6257520acdb91a8d6;p=thirdparty%2Fulogd2.git build: remove -lpthread from Makefile This patch remove -lpthread that was introduced time ago to workaround a problem in gdb. Signed-off-by: Pablo Neira Ayuso --- diff --git a/src/Makefile.am b/src/Makefile.am index 343cdcc..aa9a3fa 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,4 +6,4 @@ AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include \ sbin_PROGRAMS = ulogd ulogd_SOURCES = ulogd.c select.c timer.c rbtree.c conffile.c hash.c -ulogd_LDFLAGS = -lpthread -export-dynamic +ulogd_LDFLAGS = -export-dynamic