summaryrefslogtreecommitdiff
path: root/net/arla/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net/arla/patches/patch-ab')
-rw-r--r--net/arla/patches/patch-ab18
1 files changed, 18 insertions, 0 deletions
diff --git a/net/arla/patches/patch-ab b/net/arla/patches/patch-ab
new file mode 100644
index 00000000000..e5e175c1595
--- /dev/null
+++ b/net/arla/patches/patch-ab
@@ -0,0 +1,18 @@
+$NetBSD: patch-ab,v 1.5 2005/03/15 15:58:52 wennmach Exp $
+
+reorder libs.
+
+--- lib/ko/Makefile.in.orig Mon Mar 14 11:06:15 2005
++++ lib/ko/Makefile.in Mon Mar 14 11:07:19 2005
+@@ -489,9 +489,9 @@
+ restest_SOURCES = restest.c
+ LDADD = \
+ ../../util/libarlautil.la \
+- $(LIB_roken) \
+ $(KRB5_LIB_FLAGS) \
+- $(LIBS)
++ $(LIBS) \
++ $(LIB_roken)
+
+ gensysname_LDADD = $(LDADD)
+ kotest_LDADD = libko.la $(LDADD)