fix building gnutls on apple platforms
This commit is contained in:
parent
6f6e0fa3d1
commit
b8fd5281a5
|
@ -20,6 +20,9 @@ if [[ ! -f "${BASEDIR}"/src/"${LIB_NAME}"/configure ]] || [[ ${RECONF_gnutls} -e
|
||||||
./bootstrap || return 1
|
./bootstrap || return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# MASKING THE -march=all OPTION WHICH BREAKS THE BUILD ON NEWER XCODE VERSIONS
|
||||||
|
${SED_INLINE} "s|AM_CCASFLAGS =|#AM_CCASFLAGS=|g" "${BASEDIR}"/src/"${LIB_NAME}"/lib/accelerated/aarch64/Makefile.in
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="${LIB_INSTALL_PREFIX}" \
|
--prefix="${LIB_INSTALL_PREFIX}" \
|
||||||
--with-pic \
|
--with-pic \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user