17 lines
484 B
Plaintext
17 lines
484 B
Plaintext
$NetBSD: patch-ck,v 1.4 2015/03/22 20:09:09 joerg Exp $
|
|
|
|
libapputils is an internal library, so make it a convenience libtool archive.
|
|
|
|
--- lib/apputils/Makefile.in.orig 2013-11-06 20:52:23.000000000 +0000
|
|
+++ lib/apputils/Makefile.in
|
|
@@ -16,6 +16,9 @@ DEFS=
|
|
STLIBOBJS=net-server.o @LIBOBJS@
|
|
STOBJLISTS=OBJS.ST
|
|
LIBBASE=apputils
|
|
+LIBTOOL_TAIL=
|
|
+PROG_RPATH= ${KRB5_LIBDIR}
|
|
+SHLIB_RDIRS= ${KRB5_LIBDIR}
|
|
|
|
all-unix:: all-liblinks
|
|
clean-unix:: clean-liblinks clean-libs clean-libobjs
|