Fix build

This commit is contained in:
Guillaume Beraudo 2011-08-29 09:11:36 +02:00
parent 63745b55fd
commit de7f71a1ce
2 changed files with 5 additions and 5 deletions

View file

@ -44,9 +44,9 @@ linphone_configure_controls= --disable-video \
SPEEX_LIBS="-L$(prefix)/lib -lspeexdsp -lspeex " \
OPENSSL_CFLAGS="-I$(prefix)/include" \
OPENSSL_LIBS="-L$(prefix)/lib -lssl -lcrypto"
#ifeq ($(enable_zrtp),"yes")
ifeq ($(enable_zrtp),yes)
linphone_configure_controls+= --with-srtp=$(prefix) --enable-zrtp=yes --disable-tests
#endif
endif
#path

View file

@ -1,10 +1,10 @@
srtp_version?="1.4.2"
srtp_url?="http://srtp.sourceforge.net/srtp-$(srtp_version).tgz"
srtp_version?=1.4.2
srtp_url?=http://srtp.sourceforge.net/srtp-$(srtp_version).tgz
$(BUILDER_SRC_DIR)/$(srtp_dir)/configure:
cd $(BUILDER_SRC_DIR)/externals \
&& wget $(stp_url) \
&& wget $(srtp_url) \
&& tar zxvf srtp-$(srtp_version).tgz
$(BUILDER_BUILD_DIR)/$(srtp_dir)/Makefile: $(BUILDER_SRC_DIR)/$(srtp_dir)/configure