libX11: remove uneeded env variables

This commit is contained in:
Lukas Rusak 2018-06-12 11:44:32 -07:00
parent ec1cab7a98
commit 367b4a956b
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -49,11 +49,3 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-secure-rpc \
--disable-ipv6 \
--without-launchd \
--without-lint"
pre_configure_target() {
export CC_FOR_BUILD="$HOST_CC"
export CPPFLAGS_FOR_BUILD="$HOST_CPPFLAGS"
export CFLAGS_FOR_BUILD="$HOST_CFLAGS"
export LDFLAGS_FOR_BUILD="$HOST_LDFLAGS"
unset PKG_CONFIG_ALLOW_SYSTEM_CFLAGS
}