[arch-commits] CVS update of arch/build/base/dmapi (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Sun May 20 06:58:39 UTC 2007


    Date: Sunday, May 20, 2007 @ 02:58:39
  Author: pierre
    Path: /home/cvs-arch/arch/build/base/dmapi

Modified: PKGBUILD (1.2 -> 1.3)

upgpkg: dmapi 2.2.5-1.1
rebuild with -fPIC to make new samba to compile


----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


Index: arch/build/base/dmapi/PKGBUILD
diff -u arch/build/base/dmapi/PKGBUILD:1.2 arch/build/base/dmapi/PKGBUILD:1.3
--- arch/build/base/dmapi/PKGBUILD:1.2	Sun Jan 14 12:55:36 2007
+++ arch/build/base/dmapi/PKGBUILD	Sun May 20 02:58:38 2007
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.2 2007/01/14 17:55:36 andyrtr Exp $
+# $Id: PKGBUILD,v 1.3 2007/05/20 06:58:38 pierre Exp $
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=dmapi
 pkgver=2.2.5
-pkgrel=1
+pkgrel=1.1
 pkgdesc="Data migration API"
 arch=(i686 x86_64)
 url="http://oss.sgi.com/projects/xfs/"
@@ -15,6 +15,7 @@
 
 build() {
   cd $startdir/src/dmapi-$pkgver
+  [ "$CARCH" = "x86_64" ] && export CFLAGS="$CLFAGS -fPIC"
   autoconf
   ./configure --prefix=$startdir/pkg/usr
   make || return 1 




More information about the arch-commits mailing list