packages/net/asterisk-11.x/patches/000-pjlib-move-configure-compile-to-makefile.patch
luka 04e0c705d4 [packages] asterisk-11.x: add new package
LTS version of Asterisk has been recently released. This package is a
bleeding-edge alternative to existing asterisk-1.8.x package.

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Signed-off-by: Daniel Golle <dgolle@allnet.de>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35540 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-10 17:17:09 +00:00

18 lines
656 B
Diff

--- a/res/Makefile
+++ b/res/Makefile
@@ -70,14 +70,8 @@ clean::
$(MAKE) -C pjproject realclean
rm -f snmp/*.o snmp/*.i ael/*.o ael/*.i ais/*.o ais/*.i
-pjproject/build.mak:
- cd pjproject && ./configure AR="" CFLAGS=-fPIC --disable-floating-point --disable-sound --disable-oss --disable-speex-aec --disable-l16-codec --disable-gsm-codec --disable-g722-codec --disable-g7221-codec --disable-speex-codec --disable-ilbc-codec --disable-g711-codec
.PHONY : pjproject
-pjproject: pjproject/build.mak
- # Make sure we always build pjproject with a single job.
- $(MAKE) -j1 -C pjproject dep
- $(MAKE) -j1 -C pjproject
include pjproject/build.mak