remove superfluous explicit -lpthread addition

git-svn-id: svn://svn.openwrt.org/openwrt/packages@15542 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
zandbelt 2009-05-01 15:17:17 +00:00
parent 09cb505856
commit a416fac1c9

View 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" \