remove superfluous explicit -lpthread addition
authorHans Zandbelt <hans.zandbelt@gmail.com>
Fri, 1 May 2009 15:17:17 +0000 (15:17 +0000)
committerHans Zandbelt <hans.zandbelt@gmail.com>
Fri, 1 May 2009 15:17:17 +0000 (15:17 +0000)
SVN-Revision: 15542

net/asterisk-1.6.x/Makefile

index 7b05d9a0db144b2bf03219373b46af0d6c25470f..1eeacb7a63d7f9faa6ce50c228f2d26330c15ba3 100644 (file)
@@ -190,7 +190,7 @@ define Build/Compile
                include/asterisk/buildopts.h defaults.h \
                makeopts.embed_rules
        ASTCFLAGS="$(EXTRA_CFLAGS) -DLOW_MEMORY $(TARGET_CFLAGS)" \
-       ASTLDFLAGS="$(EXTRA_LDFLAGS) -lpthread" \
+       ASTLDFLAGS="$(EXTRA_LDFLAGS)" \
        $(MAKE) -C "$(PKG_BUILD_DIR)" \
                ASTVARLIBDIR="/usr/lib/asterisk" \
                NOISY_BUILD="1" \