[Freeswitch-svn] [commit] r7246 - freeswitch/trunk
Freeswitch SVN
stkn at freeswitch.org
Wed Jan 16 06:42:01 EST 2008
Author: stkn
Date: Wed Jan 16 06:42:01 2008
New Revision: 7246
Modified:
freeswitch/trunk/Makefile.am
Log:
Change order of libaprutil and libapr in CORE_LIBS, this fixes undefined apr_ symbols in libfreeswitch (libaprutil depends on libapr, symbols used by libaprutil but not by libfreeswitch object files were lost at link time (and added to the freeswitch binary))
Modified: freeswitch/trunk/Makefile.am
==============================================================================
--- freeswitch/trunk/Makefile.am (original)
+++ freeswitch/trunk/Makefile.am Wed Jan 16 06:42:01 2008
@@ -122,7 +122,7 @@
CORE_CFLAGS += -I$(switch_srcdir)/libs/srtp/crypto/include
CORE_CFLAGS += $(RESAMPLE_CFLAGS)
-CORE_LIBS = libs/apr/libapr-1.la libs/apr-util/libaprutil-1.la
+CORE_LIBS = libs/apr-util/libaprutil-1.la libs/apr/libapr-1.la
CORE_LIBS += libs/sqlite/libsqlite3.la libs/pcre/libpcre.la
CORE_LIBS += libs/srtp/libsrtp.la $(RESAMPLE_LIB)
More information about the Freeswitch-svn
mailing list