openbsd-ports/www/php4/patches/patch-aclocal_m4
2003-11-15 18:11:35 +00:00

21 lines
674 B
Plaintext

$OpenBSD: patch-aclocal_m4,v 1.5 2003/11/15 18:11:35 avsm Exp $
--- aclocal.m4.orig 2003-11-02 23:27:49.000000000 +0000
+++ aclocal.m4 2003-11-14 09:24:24.000000000 +0000
@@ -1659,6 +1659,7 @@ AC_DEFUN([PHP_SETUP_OPENSSL],[
PHP_CHECK_LIBRARY(crypto, CRYPTO_free, [
PHP_ADD_LIBRARY(crypto,,$1)
+ PHP_ADD_LIBRARY(des,,$1)
],[
AC_MSG_ERROR([libcrypto not found!])
],[
@@ -4069,7 +4070,7 @@ openbsd*)
shlibpath_overrides_runpath=yes
fi
library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
- finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+ finish_cmds=
shlibpath_var=LD_LIBRARY_PATH
;;