From 0a9a3beac7b234a362f8b6434fbb2d7ddf1582f9 Mon Sep 17 00:00:00 2001 From: wg Date: Wed, 26 Jun 2013 21:53:51 +0000 Subject: news/nzbget: fix build with openssl - Fix build with OpenSSL, path to base lib PR: ports/179508 Submitted by: Nicolas Raspail Approved by: maintainer (timeout) --- news/nzbget/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'news/nzbget') diff --git a/news/nzbget/Makefile b/news/nzbget/Makefile index b5d3def1b2c8..1d840fe90b45 100644 --- a/news/nzbget/Makefile +++ b/news/nzbget/Makefile @@ -39,7 +39,10 @@ OPTIONS_DEFAULT= PAR GNUTLS .endif .if ${PORT_OPTIONS:MOPENSSL} - CONFIGURE_ARGS+= --with-tlslib=OpenSSL + USE_OPENSSL= yes + CONFIGURE_ARGS+= --with-tlslib=OpenSSL \ + --with-openssl-includes=${OPENSSLINC} \ + --with-openssl-libraries=${OPENSSLLIB} .endif .if ${PORT_OPTIONS:MGNUTLS} -- cgit -ports-graphics Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/dns
Commit message (Expand)AuthorAgeFilesLines
* - Update to 1.2.5gabor2007-01-032-5/+4
* - Respect CC and CFLAGSmiwi2006-12-301-0/+6
* - update dnstop to 20061122 version.clsung2006-12-262-4/+4
* Add pear-Net_DNS 1.0.0, resolver library used to communicate with a DNSrafan2006-12-234-0/+39
* - unbreak under old perltobez2006-12-221-4/+8
* Apply the markup fixes from the base to the nsupdate.8 anddougb2006-12-214-0/+32
* - Update to 1.2.12.04miwi2006-12-143-104/+70
* - Update to 3.0.3miwi2006-12-132-4/+4
* Add ipv6 secondary category.shaun2006-12-111-1/+1
* Update to 0.6.9krion2006-12-102-4/+4
* Upgrade to version 9.3.3, the latest from ISC. This isdougb2006-12-108-32/+32
* - Save user's checkdns.conf and install checkdns.conf-dist.miwi2006-12-093-13/+22
* - Update to 0.40clsung2006-12-092-4/+4
* Change my e-mail address.gabor2006-12-082-2/+2
* Update to c-ares 1.3.2.roam2006-12-063-6/+69
* Update to 0.05.tobez2006-12-052-4/+4
* Update to 0.04.tobez2006-12-022-4/+4
* - Add BUILD_STATIC knobmiwi2006-11-231-1/+7
* - Fix pkg-plistmiwi2006-11-212-0/+3
* Bump PORTREVISION for changes in previous commit.stefan2006-11-192-0/+2
* - Add patches to fix IPv6 support. [1]stefan2006-11-198-4/+62
* The config directory specified in 'config.h' is differentlaszlof2006-11-181-1/+2
* - Update to 0.7.8miwi2006-11-172-4/+4
* Add powerdns-recursor 3.1.4, an advanced DNS recursor.ehaupt2006-11-169-0/+206
* OpenDD is a DynDNS client, written in C, and especially designedmiwi2006-11-166-0/+132
* Improved version of dns/rbllookupedwin2006-11-135-0/+62
* Change my email address to farrokhi@ in all ports that I maintain.farrokhi2006-11-083-3/+3
* Build and install the shared c-ares library too, not just the static one.roam2006-11-082-2/+10
* - Update to 3.0.2clsung2006-11-062-5/+4
* - Add CONFLICTS with dns/nsd2.alepulver2006-11-051-0/+2
* - Add CONFLICTS with dns/nsd and avoid duplicate LATEST_LINK.alepulver2006-11-051-0/+4
* - Update to 2.35miwi2006-11-052-6/+7
* Drop maintainershipjylefort2006-11-031-1/+1
* Update to version 9.3.2-P2, which addresses the vulnerabilitydougb2006-11-038-32/+32
* - Update to 1.4miwi2006-11-012-6/+5
* Remove dns/queryperf in favour of dns/dnsperfedwin2006-11-016-55/+0
* [new port] dns/queryperf net/dhcperf replacement for dns/queryperfedwin2006-11-014-0/+46
* NSD (Name Server Daemon) is a complete implementation of analepulver2006-11-017-0/+155
* Update to 0.6.8krion2006-10-312-4/+4
* - update to 2.1.3clsung2006-10-314-17/+16
* - Update to 0.30clsung2006-10-313-4/+8
* - Update to 1.4.1miwi2006-10-313-7/+7
* - update to 2.34miwi2006-10-312-5/+4
* - fix interactive mode for OpenLDAPdinoex2006-10-311-1/+1
* Update MASTER_SITES and the WWW: line to reflect the project's newshaun2006-10-192-2/+3
* Oops, it seems that the tabs were being mangled while I copydelphij2006-10-122-4/+4
* Fix build with Python 2.5 by adding encoding information ondelphij2006-10-123-0/+15
* - Update to 0.39clsung2006-10-102-4/+4
* - Update to 1.0.3pav2006-10-07