71774afe1acbc5b9d1748d17cf70b39373dcfd48
[feed/telephony.git] / net / asterisk-11.x / patches / 001-pjproject-change-configure-args.patch
1 --- asterisk-11.4.0/res/Makefile 2013-02-04 20:50:52.000000000 +0100
2 +++ asterisk11-new/res/Makefile 2013-06-02 13:51:22.269684111 +0200
3 @@ -74,7 +74,7 @@ dist-clean::
4 rm -f pjproject/build.mak
5
6 pjproject/build.mak: pjproject/aconfigure
7 - (cd pjproject && CFLAGS="-fPIC" ./configure --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) --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)
8 + (cd pjproject && CFLAGS="-fPIC" ./configure --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) --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 --disable-opencore-amrnb --disable-video --disable-sdl --disable-ffmpeg --disable-v4l2)
9
10 ifneq ($(findstring $(MAKECMDGOALS),all),)
11 -include pjproject/build.mak