pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/freeradius libtool uses $(CC) to link objects, not...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4c8694460ea0
branches: trunk
changeset: 479965:4c8694460ea0
user: jlam <jlam%pkgsrc.org@localhost>
date: Fri Aug 27 07:29:24 2004 +0000
description:
libtool uses $(CC) to link objects, not $(LD).
diffstat:
net/freeradius/distinfo | 3 ++-
net/freeradius/patches/patch-af | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r 246efd28c80e -r 4c8694460ea0 net/freeradius/distinfo
--- a/net/freeradius/distinfo Fri Aug 27 06:48:58 2004 +0000
+++ b/net/freeradius/distinfo Fri Aug 27 07:29:24 2004 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2004/01/30 21:44:39 david Exp $
+$NetBSD: distinfo,v 1.6 2004/08/27 07:29:24 jlam Exp $
SHA1 (freeradius-0.9.3.tar.gz) = 794a332a9abe1ec6e1d3d6ccdcc35f926680b33d
Size (freeradius-0.9.3.tar.gz) = 1819922 bytes
SHA1 (patch-ab) = 26092b974a27151d69ab87ae7ba42e67aeef448b
SHA1 (patch-ae) = e01ea7624ba9b789f88cb08dc0055ef0809f6acc
+SHA1 (patch-af) = 3ef13ce1159e33bcb886dcac732807107eb45ed1
diff -r 246efd28c80e -r 4c8694460ea0 net/freeradius/patches/patch-af
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/freeradius/patches/patch-af Fri Aug 27 07:29:24 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2004/08/27 07:29:24 jlam Exp $
+
+--- src/lib/Makefile.orig Tue Jun 24 10:22:19 2003
++++ src/lib/Makefile Fri Aug 27 03:27:01 2004
+@@ -33,7 +33,7 @@
+
+
+ $(TARGET).a: $(STATIC_OBJS)
+- $(LIBTOOL) --mode=link $(LD) \
++ $(LIBTOOL) --mode=link $(CC) \
+ -module -static $(CFLAGS) $^ -o $@
+
+
Home |
Main Index |
Thread Index |
Old Index