summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2005-09-03 21:30:11 +0000
committerabs <abs@pkgsrc.org>2005-09-03 21:30:11 +0000
commit28482f076ee7c0f8031c99e24b79073ed05b561d (patch)
treebdf9da20e9fd79f408df479ac9739bb2ce5f6ae8 /net
parent72dc32b258bbe9093493f8182ce1b6e24eb1a758 (diff)
downloadpkgsrc-28482f076ee7c0f8031c99e24b79073ed05b561d.tar.gz
If we are building against libradius, then include -lssl after -lradius.
Fixes build on NetBSD-3_BETA. No change for already buildable systems.
Diffstat (limited to 'net')
-rw-r--r--net/userppp/patches/patch-ab17
1 files changed, 13 insertions, 4 deletions
diff --git a/net/userppp/patches/patch-ab b/net/userppp/patches/patch-ab
index 5aea3531df5..bfaf7e03efc 100644
--- a/net/userppp/patches/patch-ab
+++ b/net/userppp/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.3 2005/01/31 15:49:48 tron Exp $
+$NetBSD: patch-ab,v 1.4 2005/09/03 21:30:11 abs Exp $
--- ppp/Makefile.orig 2000-11-07 05:45:44.000000000 +0000
-+++ ppp/Makefile 2005-01-31 15:45:09.000000000 +0000
-@@ -29,7 +29,7 @@
++++ ppp/Makefile
+@@ -29,7 +29,7 @@ BINMODE=554
BINMODE=4554
BINOWN= root
.endif
@@ -11,7 +11,16 @@ $NetBSD: patch-ab,v 1.3 2005/01/31 15:49:48 tron Exp $
OS!= uname -s
.if ${OS} == FreeBSD
MAN8= ppp.8
-@@ -121,9 +121,8 @@
+@@ -90,7 +90,7 @@ CFLAGS+=-DNORADIUS
+ .else
+ .if !defined(RELEASE_CRUNCH)
+ SRCS+= radius.c
+-LDADD+= -lradius
++LDADD+= -lradius -lssl
+ DPADD+= ${LIBRADIUS}
+ .endif
+ .endif
+@@ -121,9 +121,8 @@ chap_ms.o mppe.o id.o nat_cmd.o radius.o
# To cope with uucplock changes:
# Note, uucplock.c and libutil.h do not really belong here !