diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-13 18:12:22 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-13 18:12:22 +0200 |
| commit | a41d0c2ba0deabbaa9f6ade63f0dc0bf4cddc24c (patch) | |
| tree | 1d4db7deb2afdf0bbcaebf3389c5d3e1932e4a0d /package/pcmciautils/patches | |
| parent | 8edb1cd5a6a03b391003a1047e0b3ca6d22acd45 (diff) | |
| parent | d2f556494390602b912fac06169ea6ef7552ef2e (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/pcmciautils/patches')
| -rw-r--r-- | package/pcmciautils/patches/patch-Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/package/pcmciautils/patches/patch-Makefile b/package/pcmciautils/patches/patch-Makefile index 821753ddc..313c2bb84 100644 --- a/package/pcmciautils/patches/patch-Makefile +++ b/package/pcmciautils/patches/patch-Makefile @@ -1,6 +1,6 @@ --- pcmciautils-017.orig/Makefile 2010-01-06 16:47:45.000000000 +0100 -+++ pcmciautils-017/Makefile 2010-05-13 14:06:30.741613760 +0200 -@@ -94,7 +94,7 @@ PWD = $(shell pwd) ++++ pcmciautils-017/Makefile 2010-05-29 17:15:03.515625000 +0200 +@@ -94,12 +94,13 @@ PWD = $(shell pwd) # If you are running a cross compiler, you may want to set this # to something more interesting, like "arm-linux-". If you want # to compile vs uClibc, that can be done here as well. @@ -9,3 +9,9 @@ CC = $(CROSS)gcc LD = $(CROSS)gcc AR = $(CROSS)ar + STRIP = $(CROSS)strip + RANLIB = $(CROSS)ranlib ++LEX = flex + HOSTCC = gcc + + export CROSS CC AR STRIP RANLIB CFLAGS LDFLAGS LIB_OBJS ARCH_LIB_OBJS CRT0 |
