Source-Changes-HG archive

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

[src/trunk]: src/libexec/httpd Also depend on LIBLUA, and add -lm to allow st...



details:   https://anonhg.NetBSD.org/src/rev/201ff56aafc8
branches:  trunk
changeset: 790516:201ff56aafc8
user:      he <he%NetBSD.org@localhost>
date:      Wed Oct 16 10:04:26 2013 +0000

description:
Also depend on LIBLUA, and add -lm to allow static linking.

diffstat:

 libexec/httpd/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r a412e181ccdc -r 201ff56aafc8 libexec/httpd/Makefile
--- a/libexec/httpd/Makefile    Wed Oct 16 07:34:20 2013 +0000
+++ b/libexec/httpd/Makefile    Wed Oct 16 10:04:26 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.16 2013/10/12 17:24:06 mbalmer Exp $
+#      $NetBSD: Makefile,v 1.17 2013/10/16 10:04:26 he Exp $
 #
 #      $eterna: Makefile,v 1.30 2010/07/11 00:34:27 mrg Exp $
 #
@@ -27,8 +27,8 @@
        tilde-luzah-bozo.c dir-index-bozo.c content-bozo.c lua-bozo.c
 SRCS+= main.c
 
-LDADD= -lcrypt -llua
-DPADD= ${LIBCRYPT}
+LDADD= -lcrypt -llua -lm
+DPADD= ${LIBCRYPT} ${LIBLUA} ${LIBM}
 
 WARNS?=        4
 



Home | Main Index | Thread Index | Old Index