projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31455dd
)
remove superfluous explicit -lpthread addition
author
Hans Zandbelt
<hans.zandbelt@gmail.com>
Fri, 1 May 2009 15:17:17 +0000
(15:17 +0000)
committer
Hans 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
patch
|
blob
|
history
diff --git
a/net/asterisk-1.6.x/Makefile
b/net/asterisk-1.6.x/Makefile
index 7b05d9a0db144b2bf03219373b46af0d6c25470f..1eeacb7a63d7f9faa6ce50c228f2d26330c15ba3 100644
(file)
--- a/
net/asterisk-1.6.x/Makefile
+++ b/
net/asterisk-1.6.x/Makefile
@@
-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" \