mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-24 06:38:08 +00:00
Fix build
This commit is contained in:
parent
63745b55fd
commit
de7f71a1ce
2 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue