openbsd-ports/www/php4/extensions/patches/patch-ext_snmp_config_m4
avsm 951df1b6a2 - mcrypt now lib_depends on libtool since it uses libltdl
- patch for snmp to link with libdes
- stop libtool from helpfully mangling the ld.so hints file with
  crap from the ports build directory by removing the finish_command
- MESSAGE file reflects phpxs command
2002-08-12 04:30:21 +00:00

12 lines
528 B
Plaintext

$OpenBSD: patch-ext_snmp_config_m4,v 1.1 2002/08/12 04:30:21 avsm Exp $
--- ext/snmp/config.m4.orig Wed Jan 16 22:32:40 2002
+++ ext/snmp/config.m4 Thu Aug 8 03:31:16 2002
@@ -52,6 +52,7 @@ PHP_ARG_WITH(snmp,for SNMP support,
if test "$PHP_OPENSSL" != "no"; then
PHP_ADD_LIBRARY(ssl, 1, SNMP_SHARED_LIBADD)
PHP_ADD_LIBRARY(crypto,1, SNMP_SHARED_LIBADD)
+ PHP_ADD_LIBRARY(des ,1, SNMP_SHARED_LIBADD)
else
AC_MSG_ERROR(The UCD-SNMP in this system is built with SSL support.