Software /
code /
prosody
Changeset
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 |
parents | 6881:5886efd95c11 |
children | 6883:954a8a8c46d6 |
files | util-src/Makefile |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
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