diff options
author | piernov <piernov@piernov.servegame.org> | 2012-07-13 15:59:39 +0200 |
---|---|---|
committer | piernov <piernov@piernov.servegame.org> | 2012-07-13 15:59:39 +0200 |
commit | 76e0646b6558f4734f549532843454a22baa1321 (patch) | |
tree | a022d94e2faf11d8896613fd54d7235307383d0b /man-db/Pkgfile | |
parent | 5d4b4cc6bf50e5afd6325363e242ddbd99c32163 (diff) | |
download | nutyx-pakxe-76e0646b6558f4734f549532843454a22baa1321.tar.gz nutyx-pakxe-76e0646b6558f4734f549532843454a22baa1321.tar.bz2 nutyx-pakxe-76e0646b6558f4734f549532843454a22baa1321.tar.xz nutyx-pakxe-76e0646b6558f4734f549532843454a22baa1321.zip |
man-db 2.6.2-1 màj port
Diffstat (limited to 'man-db/Pkgfile')
-rwxr-xr-x | man-db/Pkgfile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/man-db/Pkgfile b/man-db/Pkgfile index 8d8c5da7e..93ae576a1 100755 --- a/man-db/Pkgfile +++ b/man-db/Pkgfile @@ -5,12 +5,16 @@ # Depends on: libpipeline name=man-db -version=2.6.1 +version=2.6.2 release=1 -source=(http://savannah.nongnu.org/download/$name/$name-$version.tar.gz) +source=(http://savannah.nongnu.org/download/$name/$name-$version.tar.xz) build() { cd $name-$version + + # glibc 2.16.0 fix + sed -i '/gets is a security hole/d' gnulib/lib/stdio.in.h + ./configure --prefix=/usr \ --libexecdir=/usr/lib \ --sysconfdir=/etc \ |