From a5ff19c81eda0bc182add5e7df241ed03ac55917 Mon Sep 17 00:00:00 2001 From: jdolecek Date: Fri, 2 Jun 2000 23:34:31 +0000 Subject: Use the -R flag when calling ld, so that the created shared object is actually usable on ELF systems. --- www/ap-ssl/files/patch-sum | 7 ++----- www/ap-ssl/patches/patch-aa | 13 +++++++++++++ 2 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 www/ap-ssl/patches/patch-aa (limited to 'www/ap-ssl') diff --git a/www/ap-ssl/files/patch-sum b/www/ap-ssl/files/patch-sum index 3c31acf8612..0af680a84ee 100644 --- a/www/ap-ssl/files/patch-sum +++ b/www/ap-ssl/files/patch-sum @@ -1,6 +1,3 @@ -$NetBSD: patch-sum,v 1.3 2000/04/21 02:17:40 explorer Exp $ +$NetBSD: patch-sum,v 1.4 2000/06/02 23:34:31 jdolecek Exp $ -This placeholder file is generated by the ``makepatchsum'' target -whenever the patches directory is empty or missing. Its purpose -is to ensure that the presence of any obsolete patches will cause -the proper error to be emitted at build time. +MD5 (patch-aa) = b715f44591b0786fbbaea7683a5833cb diff --git a/www/ap-ssl/patches/patch-aa b/www/ap-ssl/patches/patch-aa new file mode 100644 index 00000000000..c4c3c375cf4 --- /dev/null +++ b/www/ap-ssl/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.4 2000/06/02 23:34:31 jdolecek Exp $ + +--- pkg.sslmod/libssl.module.orig Sat Jun 3 01:26:46 2000 ++++ pkg.sslmod/libssl.module Sat Jun 3 01:26:58 2000 +@@ -418,7 +418,7 @@ ConfigStart + exit 1 + fi + fi +- SSL_LDFLAGS="$SSL_LDFLAGS -L\$(SSL_LIBDIR)" ++ SSL_LDFLAGS="$SSL_LDFLAGS -L\$(SSL_LIBDIR) -R\$(SSL_LIBDIR)" + SSL_LIBS="$SSL_LIBS -lssl -lcrypto" + + # -- cgit v1.2.3