Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1593e65788ef9853896cd99023b04b250fc23bef

commit 1593e65788ef9853896cd99023b04b250fc23bef
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Sun May 17 16:20:39 2009 +0200

e2fsprogs-1.41.5-3-i686

- don't remove all .pc files, just the blkid one

diff --git a/source/base/e2fsprogs/FrugalBuild 
b/source/base/e2fsprogs/FrugalBuild
index 1bde9d0..7d59cab 100644
--- a/source/base/e2fsprogs/FrugalBuild
+++ b/source/base/e2fsprogs/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=e2fsprogs
pkgver=1.41.5
-pkgrel=2
+pkgrel=3
pkgdesc="Utilities needed to create and maintain ext2 and ext3 filesystems"
depends=('glibc>=2.8-3')
rodepends=('coreutils>=6.12-2')
@@ -20,7 +20,7 @@ sha1sums=('0c08a74e0d137fd0bdb1aa3a8cc54d18a4fc553d' \
build()
{
Fmake --with-ccopts="$CFLAGS" --enable-elf-shlibs --enable-dynamic-e2fsck \
-               --with-root-prefix=""
+               --with-root-prefix="" --enable-libblkid
# it seems building the test binaries fails
if [ "$CARCH" != "ppc" ]; then
make check || return 1
@@ -29,7 +29,7 @@ build()
Frcd fsck
Frcd random
# tmp hack to allow upgrades in build chroots
-       Frm /lib/libblkid.so.1 /sbin/blkid /sbin/findfs /usr/include/blkid 
/usr/lib/pkgconfig /usr/share/man/man3/libblkid.3
+       Frm /lib/libblkid.so.1 /sbin/blkid /sbin/findfs /usr/include/blkid 
/usr/lib/pkgconfig/blkid.pc /usr/share/man/man3/libblkid.3
Frm /usr/share/man/man8/blkid.8 /usr/share/man/man8/findfs.8
}
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to