[asterisk-commits] file: branch group/pimp_my_sip r379447 - /team/group/pimp_my_sip/res/Makefile

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Jan 18 10:33:21 CST 2013


Author: file
Date: Fri Jan 18 10:33:18 2013
New Revision: 379447

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=379447
Log:
Include all of pjproject into res_sip and make it available to the system. All other modules don't need to link against it at all!

Modified:
    team/group/pimp_my_sip/res/Makefile

Modified: team/group/pimp_my_sip/res/Makefile
URL: http://svnview.digium.com/svn/asterisk/team/group/pimp_my_sip/res/Makefile?view=diff&rev=379447&r1=379446&r2=379447
==============================================================================
--- team/group/pimp_my_sip/res/Makefile (original)
+++ team/group/pimp_my_sip/res/Makefile Fri Jan 18 10:33:18 2013
@@ -90,9 +90,4 @@
 res_sip.o: $(PJ_LIB_FILES)
 res_sip.o: _ASTCFLAGS+=$(PJ_CFLAGS)
 res_sip.so: _ASTLDFLAGS+=$(PJ_LDFLAGS)
-res_sip.so: LIBS+=$(PJ_LDLIBS)
-
-res_sip_session.o: $(PJ_LIB_FILES)
-res_sip_session.o: _ASTCFLAGS+=$(PJ_CFLAGS)
-res_sip_session.so: _ASTLDFLAGS+=$(PJ_LDFLAGS)
-res_sip_session.so: LIBS+=$(PJ_LDLIBS)
+res_sip.so: LIBS+=-Wl,--whole-archive $(PJ_LDLIBS) -Wl,--no-whole-archive




More information about the asterisk-commits mailing list