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

@@ -17,7 +17,8 @@ force_debug_pkgs=yes
do_configure() {
local _headers _floatabi
mkdir build && cd build
mkdir build
cd build
echo "slibdir=/usr/lib" > configparms
echo "bindir=/usr/bin" >> configparms
@@ -38,7 +39,7 @@ do_configure() {
_headers="--with-headers=/usr/include"
fi
../configure ${CONFIGURE_SHARED_ARGS} \
../configure ${configure_args} \
--bindir=/usr/bin --sbindir=/usr/sbin \
--enable-add-ons=ports,nptl,libidn --enable-obsolete-rpc \
--enable-multi-arch --enable-bind-now \
@@ -49,7 +50,8 @@ do_configure() {
}
do_build() {
cd build && make ${makejobs}
cd build
make ${makejobs}
}
do_install() {
@@ -57,7 +59,7 @@ do_install() {
mkdir -p ${DESTDIR}/etc
echo "include /etc/ld.so.conf.d/*.conf" > ${DESTDIR}/etc/ld.so.conf
cd ${wrksrc}/build
cd build
make install_root=${DESTDIR} install
# create /etc/default/libc-locales