forked from pool/lua-luasql
Compare commits
12 Commits
Author | SHA256 | Date | |
---|---|---|---|
29068c5ba6 | |||
0b35251dd9 | |||
35e62b6f24 | |||
2883f04e3b | |||
7d5c9d2fd7 | |||
85ad886091 | |||
12c39eef84 | |||
15fb9bd581 | |||
9cb51930c3 | |||
99ba98d1b8 | |||
45f5e85c22 | |||
f6d5a045b6 |
BIN
luasql-2.6.0.tar.gz
(Stored with Git LFS)
BIN
luasql-2.6.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,19 +0,0 @@
|
||||
---
|
||||
config | 7 +++----
|
||||
1 file changed, 3 insertions(+), 4 deletions(-)
|
||||
|
||||
--- a/config
|
||||
+++ b/config
|
||||
@@ -46,9 +46,8 @@ DRIVER_LIBS_firebird ?= -L/usr/local/fir
|
||||
DRIVER_INCS_firebird ?=
|
||||
|
||||
# general compilation parameters
|
||||
-WARN = -Wall -Wmissing-prototypes -Wmissing-declarations -pedantic
|
||||
+WARN= -fPIC $(OPTFLAGS) -Wmissing-prototypes -Wmissing-declarations -ansi -pedantic
|
||||
INCS = -I$(LUA_INC)
|
||||
-DEFS =
|
||||
-CFLAGS = -O2 -std=gnu99 $(WARN) -fPIC $(DRIVER_INCS) $(INCS) \
|
||||
- -DLUASQL_VERSION_NUMBER='"$V"' $(DEFS)
|
||||
+DEFS = -std=gnu99 -fPIC
|
||||
+CFLAGS=$(WARN) $(DRIVER_INCS) $(INCS) -DLUASQL_VERSION_NUMBER='"$V"' $(DEFS)
|
||||
CC= gcc
|
Reference in New Issue
Block a user