summaryrefslogtreecommitdiff
path: root/main/Makefile
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2007-01-15 15:08:45 +0000
committerKevin P. Fleming <kpfleming@digium.com>2007-01-15 15:08:45 +0000
commit74f401d05f8824e82cfdc33f6d5b61bc985bad4a (patch)
tree9969df2ad75daa5732b218fdad3f5abdc3f4b326 /main/Makefile
parentaae1abbae393ceeed557a6dc9f408da0f9335161 (diff)
Merged revisions 50867 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r50867 | kpfleming | 2007-01-15 09:03:06 -0600 (Mon, 15 Jan 2007) | 2 lines use the ACX_PTHREAD macro from the Autoconf macro archive for setting up compiler pthreads support... should improve portability to platforms with unusual pthreads requirements ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@50869 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/Makefile')
-rw-r--r--main/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/Makefile b/main/Makefile
index 1430fc045..db2aba0a1 100644
--- a/main/Makefile
+++ b/main/Makefile
@@ -100,7 +100,7 @@ ifeq ($(OSARCH),SunOS)
endif
editline/libedit.a:
- cd editline && test -f config.h || CFLAGS="$(ASTCFLAGS:-Werror=)" ./configure --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)
+ cd editline && test -f config.h || CFLAGS="$(PTHREAD_CFLAGS) $(ASTCFLAGS:-Werror=)" ./configure --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)
$(MAKE) -C editline libedit.a
db1-ast/libdb1.a: