diff options
author | tomas <tomas> | 2005-06-10 13:01:15 +0000 |
---|---|---|
committer | tomas <tomas> | 2005-06-10 13:01:15 +0000 |
commit | 26d207052c41bc95366dad263dde77c7a5cb17e1 (patch) | |
tree | 39172fd4bf4aa7a97040eeb0f4213a2b08941230 /config | |
parent | 82926a72edd9de0204dcf48d280fb3433dbe05f1 (diff) | |
download | luafilesystem-26d207052c41bc95366dad263dde77c7a5cb17e1.tar.gz luafilesystem-26d207052c41bc95366dad263dde77c7a5cb17e1.tar.bz2 luafilesystem-26d207052c41bc95366dad263dde77c7a5cb17e1.zip |
Cleaning unused libraries while building .so.
Diffstat (limited to '')
-rw-r--r-- | config | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -12,13 +12,9 @@ LIBNAME= lib$T-$V.so | |||
12 | COMPAT_DIR= ../compat/src | 12 | COMPAT_DIR= ../compat/src |
13 | 13 | ||
14 | # Compilation directives | 14 | # Compilation directives |
15 | # On FreeBSD systems, the following line should be commented | ||
16 | #DLLIB= -ldl | ||
17 | #LUA_LIBS= -llua50 -lm | ||
18 | WARN= -O2 -Wall -fPIC -W -Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings | 15 | WARN= -O2 -Wall -fPIC -W -Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings |
19 | INCS= -I$(LUA_INC) -I$(COMPAT_DIR) | 16 | INCS= -I$(LUA_INC) -I$(COMPAT_DIR) |
20 | LIBS= $(LUA_LIBS) $(DLLIB) | ||
21 | CFLAGS= $(WARN) $(INCS) | 17 | CFLAGS= $(WARN) $(INCS) |
22 | CC= gcc | 18 | CC= gcc |
23 | 19 | ||
24 | # $Id: config,v 1.12 2005/06/06 20:10:10 tomas Exp $ | 20 | # $Id: config,v 1.13 2005/06/10 13:01:15 tomas Exp $ |