Source-Changes-HG archive

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

[src/trunk]: src/external/mit/lua/lib/liblua Needs libm.



details:   https://anonhg.NetBSD.org/src/rev/657e87730f2d
branches:  trunk
changeset: 789865:657e87730f2d
user:      joerg <joerg%NetBSD.org@localhost>
date:      Wed Sep 11 09:59:52 2013 +0000

description:
Needs libm.

diffstat:

 external/mit/lua/lib/liblua/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 321eb7a0f760 -r 657e87730f2d external/mit/lua/lib/liblua/Makefile
--- a/external/mit/lua/lib/liblua/Makefile      Wed Sep 11 09:59:13 2013 +0000
+++ b/external/mit/lua/lib/liblua/Makefile      Wed Sep 11 09:59:52 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2013/02/15 20:07:06 jmmv Exp $
+# $NetBSD: Makefile,v 1.5 2013/09/11 09:59:52 joerg Exp $
 
 LIB=           lua
 SRCS=          lapi.c lauxlib.c lbaselib.c lcode.c ldblib.c ldebug.c ldo.c \
@@ -15,6 +15,8 @@
 CFLAGS+=       -DLUA_USE_POSIX -DLUA_USE_DLOPEN
 CWARNFLAGS.clang+=     -Wno-empty-body
 
+LIBDPLIBS+=    m               ${NETBSDSRCDIR}/lib/libm
+
 .PATH:         ${NETBSDSRCDIR}/external/mit/lua/dist/etc
 .PATH:         ${NETBSDSRCDIR}/external/mit/lua/dist/src
 



Home | Main Index | Thread Index | Old Index