remove superfluous explicit -lpthread addition
authorzandbelt <zandbelt@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 1 May 2009 15:17:17 +0000 (15:17 +0000)
committerzandbelt <zandbelt@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 1 May 2009 15:17:17 +0000 (15:17 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15542 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/asterisk-1.6.x/Makefile

index 7b05d9a..1eeacb7 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" \