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

Allan McRae allan at archlinux.org
Sat Feb 6 02:28:31 UTC 2010


    Date: Friday, February 5, 2010 @ 21:28:31
  Author: allan
Revision: 67299

upgpkg: libjpeg 8-2
    add static library (FS#18106)

Modified:
  libjpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-06 01:24:16 UTC (rev 67298)
+++ PKGBUILD	2010-02-06 02:28:31 UTC (rev 67299)
@@ -4,7 +4,7 @@
 
 pkgname=libjpeg
 pkgver=8
-pkgrel=1
+pkgrel=2
 pkgdesc="Library of JPEG support functions"
 arch=('i686' 'x86_64')
 url="http://www.ijg.org/"
@@ -17,7 +17,7 @@
 
 build() {
   cd $srcdir/jpeg-$pkgver
-  ./configure --prefix=/usr --enable-shared --disable-static
+  ./configure --prefix=/usr --enable-shared --enable-static
   make || return 1
   make prefix=$pkgdir/usr mandir=$pkgdir/usr/share/man install
   




More information about the arch-commits mailing list