pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/41633: net/ldns missing openssl dependency
>Number: 41633
>Category: pkg
>Synopsis: net/ldns missing openssl dependency
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Wed Jun 24 20:15:00 +0000 2009
>Originator: Brandon Bergren
>Release: N/A (pkgsrc on Slackware Linux)
>Organization:
>Environment:
Linux overbeck 2.6.28-linode15 #2 SMP Wed Jan 14 09:18:53 EST 2009 i686
Intel(R) Xeon(R) CPU L5420 @ 2.50GHz GenuineIntel GNU/Linux
>Description:
===> Configuring for ldns-1.4.0nb1
....
checking for SSL... found in /usr/pkg
checking for HMAC_CTX_init in -lcrypto... no
checking if -lcrypto needs -lgdi32... no
configure: error: OpenSSL found in /usr/pkg, but version 0.9.7 or higher is
required
*** Error code 1
Stop.
bmake: stopped in /usr/pkgsrc/net/ldns
>How-To-Repeat:
Attempt to build ldns on a machine without a system-provided openssl.
>Fix:
--- Makefile.orig 2009-01-26 17:38:13.000000000 -0600
+++ Makefile 2009-06-24 15:02:55.000000000 -0500
@@ -19,4 +19,5 @@
REPLACE_PERL= doc/doxyparse.pl
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index