[vlc-commits] iOS build: forbid daemon and fork calls

Jean-Baptiste Kempf git at videolan.org
Sat Nov 19 23:08:34 CET 2016


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Nov 19 22:58:48 2016 +0100| [040714ac2087bd0438e07423284884298a27c732] | committer: Jean-Baptiste Kempf

iOS build: forbid daemon and fork calls

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=040714ac2087bd0438e07423284884298a27c732
---

 extras/package/ios/build.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/extras/package/ios/build.sh b/extras/package/ios/build.sh
index 52c4da0..7825e7d 100755
--- a/extras/package/ios/build.sh
+++ b/extras/package/ios/build.sh
@@ -342,6 +342,10 @@ else
 	TVOSOPTIONS="--enable-neon"
 fi
 
+# Available but not authorized
+export ac_cv_func_daemon=no
+export ac_cv_func_fork=no
+
 # Run configure only upon changes.
 if [ "${VLCROOT}/configure" -nt config.log -o \
      "${THIS_SCRIPT_PATH}" -nt config.log ]; then



More information about the vlc-commits mailing list