Update packages for xbps-src>=53: use configure_args, get rid of CONFIGURE_SHARED_ARGS.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user