pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/lua "-ldl" is needed to build on Linux.
details: https://anonhg.NetBSD.org/pkgsrc/rev/eb8b0881ccd0
branches: trunk
changeset: 485511:eb8b0881ccd0
user: minskim <minskim%pkgsrc.org@localhost>
date: Tue Dec 14 18:22:44 2004 +0000
description:
"-ldl" is needed to build on Linux.
diffstat:
lang/lua/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r d2f9bf2a0165 -r eb8b0881ccd0 lang/lua/Makefile
--- a/lang/lua/Makefile Tue Dec 14 18:15:40 2004 +0000
+++ b/lang/lua/Makefile Tue Dec 14 18:22:44 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/12/03 15:15:00 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2004/12/14 18:22:44 minskim Exp $
DISTNAME= lua-5.0.2
PKGREVISION= 2
@@ -28,6 +28,7 @@
CFLAGS+= -fPIC
LIBS.Interix+= -ldl
+LIBS.Linux+= -ldl
LIBS.SunOS+= -ldl
MAKE_ENV+= LIBS="${LIBS}"
Home |
Main Index |
Thread Index |
Old Index