Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/netpgp/dist/bindings/lua Link in the net...
details: https://anonhg.NetBSD.org/src/rev/82fec3dd1e37
branches: trunk
changeset: 748244:82fec3dd1e37
user: agc <agc%NetBSD.org@localhost>
date: Sun Oct 18 07:15:43 2009 +0000
description:
Link in the netpgp shared library to the lua glue library
diffstat:
crypto/external/bsd/netpgp/dist/bindings/lua/Makefile | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diffs (17 lines):
diff -r 8fd96b569bdd -r 82fec3dd1e37 crypto/external/bsd/netpgp/dist/bindings/lua/Makefile
--- a/crypto/external/bsd/netpgp/dist/bindings/lua/Makefile Sun Oct 18 07:14:55 2009 +0000
+++ b/crypto/external/bsd/netpgp/dist/bindings/lua/Makefile Sun Oct 18 07:15:43 2009 +0000
@@ -1,10 +1,13 @@
#PREFIX=/Users/agcrooks
PREFIX=/usr
+#LIBDIR=/usr/lib
+
LIB=luanetpgp
SRCS=glue.c
MKMAN=no
CPPFLAGS+=-g -I${PREFIX}/pkg/include
+LDADD+= -lnetpgp
WARNS=4
.include <bsd.lib.mk>
Home |
Main Index |
Thread Index |
Old Index