summaryrefslogtreecommitdiff
path: root/community/libdbi
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-29 23:14:46 +0000
committerroot <root@rshg054.dnsready.net>2011-11-29 23:14:46 +0000
commit946f0c9fe48dfb648a8a0be065e92f237ce210fd (patch)
tree13387ae15c5ab9a50acdaa6ab02a076319c19047 /community/libdbi
parent83c3c42a38bda36bdc56d594318958bc4cfd9b32 (diff)
Tue Nov 29 23:14:46 UTC 2011
Diffstat (limited to 'community/libdbi')
-rw-r--r--community/libdbi/PKGBUILD6
-rw-r--r--community/libdbi/libdbi.install8
2 files changed, 5 insertions, 9 deletions
diff --git a/community/libdbi/PKGBUILD b/community/libdbi/PKGBUILD
index b05487261..317215e4e 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:
diff --git a/community/libdbi/libdbi.install b/community/libdbi/libdbi.install
index 158201554..1dcdad1a1 100644
--- a/community/libdbi/libdbi.install
+++ b/community/libdbi/libdbi.install
@@ -1,19 +1,13 @@
-# arg 1: the new package version
post_install() {
ldconfig
}
-# arg 1: the new package version
-# arg 2: the old package version
post_upgrade() {
ldconfig
}
-# arg 1: the old package version
post_remove() {
ldconfig
}
-op=$1
-shift
-$op $*
+# vim:set ts=2 sw=2 et: