summaryrefslogtreecommitdiff
path: root/package/libaio/patches/patch-src_Makefile.orig
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-08-22 13:11:12 +0200
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-08-22 13:11:12 +0200
commit7e441f6ea56f6647a0ac599591e271fbe1c5dc23 (patch)
treed98db099628d37b8072b103550dbfb7e4b0ff03e /package/libaio/patches/patch-src_Makefile.orig
parentb5ef0800a597e0c87e169139838db5339e8fc6e4 (diff)
add libaio, update cluster-glue
Diffstat (limited to 'package/libaio/patches/patch-src_Makefile.orig')
-rw-r--r--package/libaio/patches/patch-src_Makefile.orig12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/libaio/patches/patch-src_Makefile.orig b/package/libaio/patches/patch-src_Makefile.orig
new file mode 100644
index 000000000..8e6a08179
--- /dev/null
+++ b/package/libaio/patches/patch-src_Makefile.orig
@@ -0,0 +1,12 @@
+--- libaio-0.3.109.orig/src/Makefile 2009-10-09 20:17:02.000000000 +0200
++++ libaio-0.3.109/src/Makefile 2012-08-18 12:46:43.000000000 +0200
+@@ -3,7 +3,8 @@ includedir=$(prefix)/include
+ libdir=$(prefix)/lib
+
+ ARCH := $(shell uname -m | sed -e s/i.86/i386/)
+-CFLAGS := -nostdlib -nostartfiles -Wall -I. -g -fomit-frame-pointer -O2 -fPIC
++CFLAGS ?= -nostdlib -nostartfiles -Wall -I. -g -fomit-frame-pointer -O2 -fPIC
++CFLAGS += -nostdlib -nostartfiles -Wall -I. -g -fomit-frame-pointer -O2 -fPIC
+ SO_CFLAGS=-shared $(CFLAGS)
+ L_CFLAGS=$(CFLAGS)
+ LINK_FLAGS=