pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/userppp/patches If we are building against libradi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c2e567348f0a
branches:  trunk
changeset: 498813:c2e567348f0a
user:      abs <abs%pkgsrc.org@localhost>
date:      Sat Sep 03 21:30:11 2005 +0000

description:
If we are building against libradius, then include -lssl after -lradius.
Fixes build on NetBSD-3_BETA. No change for already buildable systems.

diffstat:

 net/userppp/patches/patch-ab |  17 +++++++++++++----
 1 files changed, 13 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r f1cd1cb8af3c -r c2e567348f0a net/userppp/patches/patch-ab
--- a/net/userppp/patches/patch-ab      Sat Sep 03 21:21:57 2005 +0000
+++ b/net/userppp/patches/patch-ab      Sat Sep 03 21:30:11 2005 +0000
@@ -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 @@
  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 !



Home | Main Index | Thread Index | Old Index