mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
avahi: remove obsolete pkg-config env vars for cross builds.
This commit is contained in:
parent
637dfb94d7
commit
40fe1fe3fe
1 changed files with 1 additions and 3 deletions
|
@ -45,9 +45,7 @@ if [ -n "$XBPS_CROSS_TRIPLET" ]; then
|
||||||
avahi-libs avahi-libs-devel avahi-utils"
|
avahi-libs avahi-libs-devel avahi-utils"
|
||||||
configure_args="${configure_args} --disable-glib --disable-gobject
|
configure_args="${configure_args} --disable-glib --disable-gobject
|
||||||
--disable-gtk --disable-gtk3 --disable-introspection
|
--disable-gtk --disable-gtk3 --disable-introspection
|
||||||
--disable-python --disable-pygtk
|
--disable-python --disable-pygtk"
|
||||||
PKG_CONFIG_SYSROOT_DIR=/usr/$XBPS_CROSS_TRIPLET
|
|
||||||
PKG_CONFIG_LIBDIR=/usr/$XBPS_CROSS_TRIPLET/lib/pkgconfig"
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue