summaryrefslogtreecommitdiff
path: root/libmcrypt/Pkgfile
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2007-04-25 16:19:58 +1000
committerJames Mills <prologic@shortcircuit.net.au>2007-04-25 16:19:58 +1000
commit6994b89f5f580af0ef4e0369b8eb420300ee0f75 (patch)
treebf72484ab672bdfc3691c48e32c194bcabb9f08b /libmcrypt/Pkgfile
parent887ee1b0068a72f5c7969334d9037cb09530e616 (diff)
downloadcontrib-6994b89f5f580af0ef4e0369b8eb420300ee0f75.tar.gz
contrib-6994b89f5f580af0ef4e0369b8eb420300ee0f75.tar.xz
libmcrypt: Disabled posix threads according to PHP install guidelines
Diffstat (limited to 'libmcrypt/Pkgfile')
-rw-r--r--libmcrypt/Pkgfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/libmcrypt/Pkgfile b/libmcrypt/Pkgfile
index f0c704eb5..7b8fa4b5f 100644
--- a/libmcrypt/Pkgfile
+++ b/libmcrypt/Pkgfile
@@ -7,12 +7,13 @@
name=libmcrypt
version=2.5.8
-release=1
+release=2
source=(http://ovh.dl.sourceforge.net/sourceforge/mcrypt/$name-$version.tar.gz)
build () {
cd $name-$version
- ./configure --prefix=/usr
+ ./configure --prefix=/usr \
+ --disable-posix-threads
make DESTDIR=$PKG install
chown -R root:root $PKG
}

Generated by cgit