mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
libX11: remove uneeded env variables
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user