Commit e5005f6f authored by Felix Paul Kühne's avatar Felix Paul Kühne

contrib: disable GnuTLS for iOS

parent 1be757bb
...@@ -218,7 +218,8 @@ fi ...@@ -218,7 +218,8 @@ fi
--disable-fontconfig \ --disable-fontconfig \
--disable-gpg-error \ --disable-gpg-error \
--disable-lua \ --disable-lua \
--enable-taglib > ${out} --enable-taglib \
--disable-gnutls > ${out}
echo "EXTRA_CFLAGS += ${EXTRA_CFLAGS}" >> config.mak echo "EXTRA_CFLAGS += ${EXTRA_CFLAGS}" >> config.mak
echo "EXTRA_LDFLAGS += ${EXTRA_LDFLAGS}" >> config.mak echo "EXTRA_LDFLAGS += ${EXTRA_LDFLAGS}" >> config.mak
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment