diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-15 14:12:00 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-15 14:12:00 +0100 |
commit | 24db4fb9b27f4ea87b3ecdf8fd4dd07b62ba9514 (patch) | |
tree | cec2d85b768a617ae371837eec7069e7f155e568 /package/libaio/patches/patch-src_Makefile.orig | |
parent | f377248abda877e2a945f4152e3e57bbaaeec1ca (diff) | |
parent | 7260a427d88f1cbfcd8534c5f7805b4b56efb544 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libaio/patches/patch-src_Makefile.orig')
-rw-r--r-- | package/libaio/patches/patch-src_Makefile.orig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/libaio/patches/patch-src_Makefile.orig b/package/libaio/patches/patch-src_Makefile.orig deleted file mode 100644 index 8e6a08179..000000000 --- a/package/libaio/patches/patch-src_Makefile.orig +++ /dev/null @@ -1,12 +0,0 @@ ---- 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= |