[arch-commits] Commit in ode/trunk (PKGBUILD)
Giovanni Scafora
giovanni at archlinux.org
Sun Jul 20 16:53:39 UTC 2008
Date: Sunday, July 20, 2008 @ 12:53:39
Author: giovanni
Revision: 5750
upgpkg: ode 0.10.0-2
Added --enable-shared option
Modified:
ode/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-07-20 16:53:17 UTC (rev 5749)
+++ PKGBUILD 2008-07-20 16:53:39 UTC (rev 5750)
@@ -5,7 +5,7 @@
pkgname=ode
pkgver=0.10.0
-pkgrel=1
+pkgrel=2
pkgdesc="An open source, high performance library for simulating rigid body dynamics"
arch=('i686' 'x86_64')
url="http://www.ode.org"
@@ -16,7 +16,7 @@
build() {
cd $startdir/src/${pkgname}-${pkgver}
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --enable-shared
make || return 1
make DESTDIR=$startdir/pkg install
More information about the arch-commits
mailing list