Source-Changes-HG archive

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

[src/trunk]: src/external/mit/lua/usr.bin/luac add note that the static linki...



details:   https://anonhg.NetBSD.org/src/rev/0d9770b5ca6f
branches:  trunk
changeset: 761051:0d9770b5ca6f
user:      plunky <plunky%NetBSD.org@localhost>
date:      Wed Jan 19 11:43:18 2011 +0000

description:
add note that the static linking of liblua is intentional
("hidden" symbols need to be reached)

diffstat:

 external/mit/lua/usr.bin/luac/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 53324fa12536 -r 0d9770b5ca6f external/mit/lua/usr.bin/luac/Makefile
--- a/external/mit/lua/usr.bin/luac/Makefile    Wed Jan 19 11:38:15 2011 +0000
+++ b/external/mit/lua/usr.bin/luac/Makefile    Wed Jan 19 11:43:18 2011 +0000
@@ -1,9 +1,12 @@
-# $NetBSD: Makefile,v 1.2 2011/01/19 11:02:00 plunky Exp $
+# $NetBSD: Makefile,v 1.3 2011/01/19 11:43:18 plunky Exp $
 
 PROG=          luac
 SRCS=          luac.c print.c
 BINDIR=                /usr/bin
 
+#
+# statically link ${LIBLUA} as "hidden" symbols need to be accessed
+#
 DPADD+=                ${LIBLUA} ${LIBM}
 LDADD+=                ${LIBLUA} -lm
 



Home | Main Index | Thread Index | Old Index