ncurses-{devel,libs}: make sure that objs are built with -fPIC, bumprev.
This commit is contained in:
parent
10f85ab23c
commit
c673ff98d5
3 changed files with 4 additions and 3 deletions
|
@ -5,7 +5,8 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development: headers, static libs, etc."
|
||||
|
||||
revision=2
|
||||
revision=3
|
||||
|
||||
Add_dependency run ncurses
|
||||
|
||||
do_install()
|
||||
|
|
|
@ -5,7 +5,7 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains the shared libraries."
|
||||
|
||||
revision=1
|
||||
revision=2
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run ncurses-base
|
||||
|
|
|
@ -3,7 +3,7 @@ pkgname=ncurses
|
|||
version=5.7
|
||||
distfiles="http://ftp.gnu.org/pub/gnu/ncurses/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--with-shared --without-debug"
|
||||
configure_args="--with-shared --without-debug CFLAGS=-fPIC"
|
||||
short_desc="A System V Release 4.0 curses emulation library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=0a9bdea5c7de8ded5c9327ed642915f2cc380753f12d4ad120ef7da3ea3498f4
|
||||
|
|
Loading…
Add table
Reference in a new issue