fix braindead portaudio trying to build with -shared when we specified --disable-shared

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13760 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-06-11 17:21:52 +00:00
parent 2eac35df99
commit 521ac7b48c
1 changed files with 3 additions and 1 deletions

View File

@ -40,7 +40,9 @@ OTHER_OBJS = @OTHER_OBJS@
PALIB = libportaudio.la
PAINC = include/portaudio.h
PA_LDFLAGS = $(LDFLAGS) $(SHARED_FLAGS) -rpath $(libdir) -no-undefined -export-symbols-regex "(Pa|PaMacCore)_.*" -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
PA_LDFLAGS = $(LDFLAGS) -rpath $(libdir) -no-undefined -export-symbols-regex "(Pa|PaMacCore)_.*" -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
# we are building disable-shared but its still inserting flags for shared libs???
# $(SHARED_FLAGS)
#MAKEFILE = Makefile
COMMON_OBJS = \