You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
503 B
22 lines
503 B
diff -Naur a/common.mak b/common.mak
|
|
--- a/common.mak 2009-11-18 13:15:21.000000000 +0000
|
|
+++ b/common.mak 2009-11-18 13:25:18.000000000 +0000
|
|
@@ -1,7 +1,7 @@
|
|
# vim:set sw=8 nosta:
|
|
|
|
COPTS=-Os -Wall -g
|
|
-LDFLAGS=-g -ldl
|
|
+LDFLAGS=-g
|
|
|
|
CFLAGS=$(COPTS)
|
|
FPIC=-fPIC
|
|
diff -Naur a/Makefile b/Makefile
|
|
--- a/Makefile 2009-11-18 13:15:21.000000000 +0000
|
|
+++ b/Makefile 2009-11-18 13:25:18.000000000 +0000
|
|
@@ -40,5 +40,6 @@
|
|
CFLAGS += -DSTATIC_WORKER=1
|
|
else
|
|
CFLAGS += $(FPIC)
|
|
+ LDFLAGS += -ldl
|
|
endif
|
|
|
|
|