mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-30 09:49:26 +00:00
Fix compilation for iOS.
This commit is contained in:
parent
a0f01705ce
commit
cc45df4858
2 changed files with 10 additions and 2 deletions
10
configure.ac
10
configure.ac
|
|
@ -77,6 +77,14 @@ AC_SUBST(ACLOCAL_MACOS_FLAGS)
|
|||
AC_SUBST(CONSOLE_FLAGS)
|
||||
AC_SUBST(GUI_FLAGS)
|
||||
|
||||
case $host in
|
||||
*-apple-darwin*)
|
||||
HTTPS_CA_DIR=`openssl version -d | sed "s/OPENSSLDIR: \"\(.*\)\"/\1/"`
|
||||
;;
|
||||
esac
|
||||
|
||||
AC_SUBST(HTTPS_CA_DIR)
|
||||
|
||||
dnl localization tools
|
||||
IT_PROG_INTLTOOL([0.40], [no-xml])
|
||||
|
||||
|
|
@ -742,7 +750,7 @@ AC_SUBST(ORTP_LIBS)
|
|||
AC_SUBST([ORTP_VERSION])
|
||||
AC_SUBST([ORTP_DIR])
|
||||
|
||||
AC_ARG_ENABLE(tests_enabled,
|
||||
AC_ARG_ENABLE(tests,
|
||||
[AS_HELP_STRING([--disable-tests], [Disable compilation of tests])],
|
||||
[case "${enableval}" in
|
||||
yes) tests_enabled=true ;;
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ pkgconfig_DATA=linphone.pc
|
|||
linphonedir=$(datadir)/linphone
|
||||
linphone_DATA=rootca.pem
|
||||
rootca.pem:
|
||||
$(top_srcdir)/scripts/mk-ca-bundle.pl rootca.pem
|
||||
HTTPS_CA_DIR=$(HTTPS_CA_DIR) $(top_srcdir)/scripts/mk-ca-bundle.pl rootca.pem
|
||||
|
||||
EXTRA_DIST = $(LINPHONE_SOUNDS) \
|
||||
$(LINPHONE_RINGS) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue