mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
Looks like I removed a line accidentally for the configure phase.
--HG-- extra : convert_revision : 4554d5b18761b54653785df10117fda04d88ac42
This commit is contained in:
parent
087e6ae23d
commit
2680b4827d
2 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,6 @@ bash_distver=3.2
|
||||||
version=$bash_distver.039
|
version=$bash_distver.039
|
||||||
wrksrc=$pkgname-$bash_distver
|
wrksrc=$pkgname-$bash_distver
|
||||||
distfiles="http://ftp.gnu.org/pub/gnu/bash/$pkgname-$bash_distver.tar.gz"
|
distfiles="http://ftp.gnu.org/pub/gnu/bash/$pkgname-$bash_distver.tar.gz"
|
||||||
LD_LIBRARY_PATH="$XBPS_MASTERDIR/usr/lib"
|
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--without-bash-malloc --with-curses
|
configure_args="--without-bash-malloc --with-curses
|
||||||
--bindir=$XBPS_DESTDIR/$pkgname-$version/bin"
|
--bindir=$XBPS_DESTDIR/$pkgname-$version/bin"
|
||||||
|
|
1
xbps.sh
1
xbps.sh
|
@ -795,6 +795,7 @@ configure_src_phase()
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd $wrksrc || bye 1
|
cd $wrksrc || bye 1
|
||||||
|
set_build_vars
|
||||||
|
|
||||||
#
|
#
|
||||||
# Packages using GNU autoconf
|
# Packages using GNU autoconf
|
||||||
|
|
Loading…
Add table
Reference in a new issue