ncursesw: make sure the objs are built with -fPIC, bumprev.
This commit is contained in:
parent
c673ff98d5
commit
4bc2a021e0
|
@ -5,7 +5,7 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development: headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
revision=2
|
||||
|
||||
Add_dependency run glibc-devel
|
||||
Add_dependency run ncurses-devel
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template build file for 'ncursesw'.
|
||||
pkgname=ncursesw
|
||||
version=5.7
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="ncurses-${version}"
|
||||
distfiles="http://ftp.gnu.org/pub/gnu/ncurses/ncurses-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--with-shared --without-debug --enable-widec
|
||||
--includedir=/usr/include/ncursesw"
|
||||
--includedir=/usr/include/ncursesw CFLAGS=-fPIC"
|
||||
make_install_target="DESTDIR=$XBPS_DESTDIR/$pkgname-$version install.includes install.libs"
|
||||
short_desc="Shared libraries for terminal handling (wide character)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
Loading…
Reference in New Issue