Update packages for xbps-src>=53: use configure_args, get rid of CONFIGURE_SHARED_ARGS.

This commit is contained in:
Juan RP
2013-05-26 10:41:55 +02:00
parent 633f5d2fbb
commit 3d8593b009
52 changed files with 214 additions and 230 deletions

View File

@@ -15,14 +15,14 @@ bootstrap=yes
do_configure() {
sed -i -e 's|^\(all: $(bin_PROGRAMS)\) pump include-server|\1|g' Makefile.in
./configure ${CONFIGURE_SHARED_ARGS} --with-included-popt \
./configure ${configure_args} --with-included-popt \
--without-avahi --without-gnome \
--without-gtk --disable-Werror \
ac_cv_path_PYTHON=/bin/false
}
do_build() {
make ${makejobs}
make ${make_build_args}
}
do_install() {