mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-08 08:51:50 +00:00
Merge pull request #350 in FS/freeswitch from ~RIDER/freeswitch-altlinux:master to master
* commit '0b2158279cb2f1ee31cb14e8c554baf25c58af2b': fixed apr1 unresolved symbols in libfreeswitch.so.1.0.0
This commit is contained in:
commit
625521667e
10
Makefile.am
10
Makefile.am
@ -121,16 +121,16 @@ CORE_CFLAGS += -I$(switch_builddir)/libs/tiff-4.0.2/libtiff -I$(switch_srcdir)/l
|
|||||||
|
|
||||||
APR_LIBS = $(AM_LIBAPU_LIBS) $(AM_LIBAPR_LIBS)
|
APR_LIBS = $(AM_LIBAPU_LIBS) $(AM_LIBAPR_LIBS)
|
||||||
CORE_LIBS=
|
CORE_LIBS=
|
||||||
if SYSTEM_APR
|
|
||||||
CORE_LIBS += $(AM_LIBAPR_LINKLIBTOOL)
|
|
||||||
else
|
|
||||||
CORE_LIBS += libs/apr/libapr-1.la
|
|
||||||
endif
|
|
||||||
if SYSTEM_APRUTIL
|
if SYSTEM_APRUTIL
|
||||||
CORE_LIBS += $(AM_LIBAPU_LINKLIBTOOL)
|
CORE_LIBS += $(AM_LIBAPU_LINKLIBTOOL)
|
||||||
else
|
else
|
||||||
CORE_LIBS += libs/apr-util/libaprutil-1.la
|
CORE_LIBS += libs/apr-util/libaprutil-1.la
|
||||||
endif
|
endif
|
||||||
|
if SYSTEM_APR
|
||||||
|
CORE_LIBS += $(AM_LIBAPR_LINKLIBTOOL)
|
||||||
|
else
|
||||||
|
CORE_LIBS += libs/apr/libapr-1.la
|
||||||
|
endif
|
||||||
|
|
||||||
if ENABLE_SRTP
|
if ENABLE_SRTP
|
||||||
CORE_CFLAGS += -DENABLE_SRTP
|
CORE_CFLAGS += -DENABLE_SRTP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user