diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-30 12:20:28 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-30 12:20:28 -0300 |
commit | cbd27aa2c3c49e4d93979e847d8b177a1a4fe324 (patch) | |
tree | 2518fdda7fa59c59e691c6de52f830d58545aed4 /community/libdbi/PKGBUILD | |
parent | c6ead99bc92bd2b6da3e78e9cba5a8a86764de10 (diff) | |
parent | 946f0c9fe48dfb648a8a0be065e92f237ce210fd (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/flashrom/PKGBUILD
extra/chmlib/PKGBUILD
extra/crypto++/PKGBUILD
extra/dvgrab/PKGBUILD
extra/ebook-tools/PKGBUILD
extra/fping/PKGBUILD
extra/garcon/PKGBUILD
extra/gpart/PKGBUILD
extra/gtk2-perl/PKGBUILD
extra/hd2u/PKGBUILD
extra/hexedit/PKGBUILD
Diffstat (limited to 'community/libdbi/PKGBUILD')
-rw-r--r-- | community/libdbi/PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/community/libdbi/PKGBUILD b/community/libdbi/PKGBUILD index f48fc473f..33d422607 100644 --- a/community/libdbi/PKGBUILD +++ b/community/libdbi/PKGBUILD @@ -1,9 +1,10 @@ +# $Id: PKGBUILD 59571 2011-11-28 08:58:19Z ttopper $ # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> # Contributor: Carl Flippin <carlf@photocarl.org> pkgname=libdbi pkgver=0.8.4 -pkgrel=1 +pkgrel=2 pkgdesc="A database independant abstraction layer for C" url="http://libdbi.sourceforge.net" license=('LGPL') @@ -17,7 +18,7 @@ md5sums=('c5f15407ef7b07ba854cd8c9b15b88ff') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr - make + make CFLAGS="-fno-fast-math" } package() { @@ -25,3 +26,4 @@ package() { make DESTDIR=${pkgdir} install } +# vim:set ts=2 sw=2 et: |