mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +02:00
main/curses: use abuild strip only
Fails to cross-compile: strip: Unable to recognise the format of the input file `[...]/aports/main/ncurses/pkg/ncurses/usr/bin/tic' install: strip: No such file or directory make[1]: *** [Makefile:201: install.progs] Error 1
This commit is contained in:
parent
6fd19cda4a
commit
721bc20afa
@ -2,7 +2,7 @@
|
|||||||
pkgname=ncurses
|
pkgname=ncurses
|
||||||
pkgver=6.0_p20180121
|
pkgver=6.0_p20180121
|
||||||
_ver=${pkgver%_p*}-${pkgver#*_p}
|
_ver=${pkgver%_p*}-${pkgver#*_p}
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="Console display library"
|
pkgdesc="Console display library"
|
||||||
url="https://www.gnu.org/software/ncurses/"
|
url="https://www.gnu.org/software/ncurses/"
|
||||||
arch="all"
|
arch="all"
|
||||||
@ -33,6 +33,7 @@ build() {
|
|||||||
--without-tests \
|
--without-tests \
|
||||||
--disable-termcap \
|
--disable-termcap \
|
||||||
--disable-rpath-hack \
|
--disable-rpath-hack \
|
||||||
|
--disable-stripping \
|
||||||
--with-pkg-config-libdir=/usr/lib/pkgconfig \
|
--with-pkg-config-libdir=/usr/lib/pkgconfig \
|
||||||
--without-cxx-binding \
|
--without-cxx-binding \
|
||||||
--with-terminfo-dirs="/etc/terminfo:/usr/share/terminfo" \
|
--with-terminfo-dirs="/etc/terminfo:/usr/share/terminfo" \
|
||||||
|
Loading…
Reference in New Issue
Block a user