aboutsummaryrefslogtreecommitdiffstats
path: root/util-src
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2015-09-27 00:12:07 +0200
committerKim Alvefur <zash@zash.se>2015-09-27 00:12:07 +0200
commitbc6588bd31b94d20a2e0781f1aaa1774c5aee75f (patch)
tree000197eb51c6454959a0086c00fd10983ea99486 /util-src
parentb07b24137f430d25b4819baaec02d757897b42ec (diff)
downloadprosody-bc6588bd31b94d20a2e0781f1aaa1774c5aee75f.tar.gz
prosody-bc6588bd31b94d20a2e0781f1aaa1774c5aee75f.zip
util-src/Makefile: Remove redundant variables (set in config.unix already)
Diffstat (limited to 'util-src')
-rw-r--r--util-src/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/util-src/Makefile b/util-src/Makefile
index f35c20bc..5af97f35 100644
--- a/util-src/Makefile
+++ b/util-src/Makefile
@@ -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