mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util-src/Makefile: Remove redundant variables (set in config.unix already)
This commit is contained in:
parent
265af7c012
commit
945a98ba5b
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue