summaryrefslogtreecommitdiff
blob: 2a690cdb586691dcb55d0d2c706604a7877437e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: LuaBitOp-1.0.1/Makefile
===================================================================
--- LuaBitOp-1.0.1.orig/Makefile
+++ LuaBitOp-1.0.1/Makefile
@@ -14,7 +14,7 @@ LUA= lua
 
 CC= gcc
 SOCFLAGS= -fPIC
-SOCC= $(CC) -shared $(SOCFLAGS)
+SOCC= $(CC) -shared $(SOCFLAGS) $(LDFLAGS)
 CFLAGS += -Wall $(SOCFLAGS) $(DEFINES) $(INCLUDES)
 RM= rm -f
 INSTALL= install -p