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.
14 lines
383 B
14 lines
383 B
3 years ago
|
diff --git a/src/Makefile b/src/Makefile
|
||
|
index eadb336..5911c81 100644
|
||
|
--- libaio-0.3.111/src/Makefile
|
||
|
+++ libaio-0.3.111/src/Makefile
|
||
|
@@ -3,7 +3,7 @@ includedir=$(prefix)/include
|
||
|
libdir=$(prefix)/lib
|
||
|
|
||
|
CFLAGS ?= -g -fomit-frame-pointer -O2
|
||
|
-CFLAGS += -nostdlib -nostartfiles -Wall -I. -fPIC
|
||
|
+CFLAGS += -Wall -I. -fPIC
|
||
|
SO_CFLAGS=-shared $(CFLAGS)
|
||
|
L_CFLAGS=$(CFLAGS)
|
||
|
LINK_FLAGS=
|