diff options
author | abs <abs@pkgsrc.org> | 2005-09-03 21:30:11 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2005-09-03 21:30:11 +0000 |
commit | 19f1bbe816cf18ab0cc11a83d794eaf6b9fbf6dc (patch) | |
tree | bdf9da20e9fd79f408df479ac9739bb2ce5f6ae8 /net | |
parent | 85fc51f6576b3eb164270cfc0139c7e9b7420ae5 (diff) | |
download | pkgsrc-19f1bbe816cf18ab0cc11a83d794eaf6b9fbf6dc.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-ab | 17 |
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 ! |