mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
ncurses: remove $XBPS_CROSS_BASE
[ci skip]
This commit is contained in:
parent
f472986f56
commit
8f8ca7627b
1 changed files with 4 additions and 0 deletions
|
@ -100,6 +100,10 @@ do_install() {
|
|||
|
||||
ln -sf ncursesw6-config ${DESTDIR}/usr/bin/ncursesw5-config
|
||||
ln -sf ncursesw6-config ${DESTDIR}/usr/bin/ncurses5-config
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
sed -i -e "s,-L$XBPS_CROSS_BASE,-L,g" ${DESTDIR}/usr/bin/ncursesw6-config
|
||||
fi
|
||||
}
|
||||
|
||||
ncurses-libs_package() {
|
||||
|
|
Loading…
Add table
Reference in a new issue