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:
parent
2eac35df99
commit
521ac7b48c
|
@ -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 = \
|
||||
|
|
Loading…
Reference in New Issue