[arch-commits] Commit in exiv2/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Tue Jun 21 07:56:58 UTC 2011


    Date: Tuesday, June 21, 2011 @ 03:56:57
  Author: eric
Revision: 128049

upgpkg: exiv2 0.21.1-2
Built with _FILE_OFFSET_BITS=64 (close FS#24808)

Modified:
  exiv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-21 07:09:14 UTC (rev 128048)
+++ PKGBUILD	2011-06-21 07:56:57 UTC (rev 128049)
@@ -3,7 +3,7 @@
 
 pkgname=exiv2
 pkgver=0.21.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Exif and Iptc metadata manipulation library and tools."
 arch=('i686' 'x86_64')
 url="http://exiv2.org"
@@ -16,7 +16,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
+  CPPFLAGS="-D_FILE_OFFSET_BITS=64" ./configure --prefix=/usr
   make
 }
 




More information about the arch-commits mailing list