diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-08 20:37:10 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-08 20:37:10 +0100 |
commit | e45bc457ab9015c50a9f4e22ac248d780de826fe (patch) | |
tree | e657718ecddc852ae897cd0e057624b295fc0d48 /package/libaio/patches | |
parent | 686a06394ba839d3f246a2bb3acc152da5167c2f (diff) |
fix release build for uClibc raspberry-pi
Diffstat (limited to 'package/libaio/patches')
-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= |