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:
Daniel Sabogal 2018-02-26 00:29:41 -05:00 committed by William Pitcock
parent 6fd19cda4a
commit 721bc20afa

View File

@ -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" \