unibilium: remove unnecessary CFLAGS.
This commit is contained in:
parent
a1fd9b5881
commit
c29f99a1e1
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'unibilium'
|
||||
pkgname=unibilium
|
||||
version=1.2.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="libtool perl"
|
||||
short_desc="A simple, self-contained terminfo library"
|
||||
|
@ -10,7 +10,6 @@ license="LGPL-3"
|
|||
homepage="https://github.com/mauke/unibilium"
|
||||
distfiles="https://github.com/mauke/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=623af1099515e673abfd3cae5f2fa808a09ca55dda1c65a7b5c9424eb304ead8
|
||||
CFLAGS="-fPIC"
|
||||
|
||||
do_build() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
|
Loading…
Reference in a new issue