mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
ncurses: override config.sub with ours for musl builds.
This commit is contained in:
parent
4831525c03
commit
acc1a65d35
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@ do_build() {
|
|||
mkdir ncurses-build ncursesw-build
|
||||
cd ${wrksrc}/ncursesw-build
|
||||
|
||||
# Override config.sub with ours.
|
||||
cp -f ${XBPS_CROSSPFDIR}/config.sub ${wrksrc}
|
||||
|
||||
# widec build
|
||||
CFLAGS="$CFLAGS -fPIC" \
|
||||
../configure ${CONFIGURE_SHARED_ARGS} \
|
||||
|
|
Loading…
Add table
Reference in a new issue