Software /
code /
prosody
Diff
util-src/Makefile @ 6882:e8d887ae659a
util-src/Makefile: Remove redundant variables (set in config.unix already)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 27 Sep 2015 00:12:07 +0200 |
parent | 6881:5886efd95c11 |
child | 6886:27f5a76e3fa5 |
line wrap: on
line diff
--- a/util-src/Makefile Sun Sep 27 00:10:18 2015 +0200 +++ b/util-src/Makefile Sun Sep 27 00:12:07 2015 +0200 @@ -1,14 +1,6 @@ include ../config.unix -LUA_SUFFIX?=5.1 -LUA_INCDIR?=/usr/include/lua$(LUA_SUFFIX) -LUA_LIB?=lua$(LUA_SUFFIX) -IDN_LIB?=idn -OPENSSL_LIB?=crypto -CC?=gcc -CXX?=g++ -LD?=gcc CFLAGS+=-ggdb -I$(LUA_INCDIR) INSTALL_DATA=install -m644