summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authornsayer <nsayer@FreeBSD.org>1999-06-29 03:20:07 +0000
committernsayer <nsayer@FreeBSD.org>1999-06-29 03:20:07 +0000
commit1f735d380bfe9b2807278d8837f8834d84958205 (patch)
tree7288bce9e772047650245fc39bafbf960127844e /security
parentae1fde9e74a92e7d304d5cf70bad1356108d30ac (diff)
downloadFreeBSD-ports-1f735d380bfe9b2807278d8837f8834d84958205.zip
FreeBSD-ports-1f735d380bfe9b2807278d8837f8834d84958205.tar.gz
add --disable-posix-threads. Fixes apache+php3 hang.
Suggested-by: PHP-dev mailing list
Diffstat (limited to 'security')
-rw-r--r--security/libmcrypt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libmcrypt/Makefile b/security/libmcrypt/Makefile
index 25dd8df..a136fdf 100644
--- a/security/libmcrypt/Makefile
+++ b/security/libmcrypt/Makefile
@@ -3,7 +3,7 @@
# Date created: Mon Jun 28 18:02:04 PDT 1999
# Whom: nsayer@freebsd.org
#
-# $Id: Makefile,v 1.1.1.1 1999/06/28 22:54:48 nsayer Exp $
+# $Id: Makefile,v 1.2 1999/06/29 01:03:45 nsayer Exp $
#
DISTNAME= libmcrypt-2.2
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://argeas.cs-net.gr/pub/unix/mcrypt/
MAINTAINER= nsayer@freebsd.org
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${PREFIX}
+CONFIGURE_ARGS= --prefix=${PREFIX} --disable-posix-threads
MAN3= mcrypt.3
OpenPOWER on IntegriCloud