pkg-config: update to 0.29.1, fix build with gcc 6

This commit is contained in:
Juergen Daubert 2016-07-01 19:04:12 +02:00
parent 74a1b24907
commit de91b7d822
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
77f27dce7ef88d0634d0d6f90e03a77f pkg-config-0.29.tar.gz
f739a28cae4e0ca291f82d1d41ef107d pkg-config-0.29.1.tar.gz

View File

@ -3,7 +3,7 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=pkg-config
version=0.29
version=0.29.1
release=1
source=(http://pkgconfig.freedesktop.org/releases/$name-$version.tar.gz)
@ -12,6 +12,7 @@ build() {
./configure --prefix=/usr \
--with-internal-glib \
--disable-compile-warnings \
--disable-host-tool
make
make DESTDIR=$PKG install