summaryrefslogtreecommitdiff
path: root/package/pcmciautils/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-05-16 13:15:00 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-05-16 13:15:00 +0200
commit8a325b2af866300353e500e9693fc08991df52b7 (patch)
tree9edad7622e05f93ad702931a327c779a0a1e996a /package/pcmciautils/patches
parent04d3f4ea9953ed01898d336c4b175273b457394c (diff)
add preliminary support for my pcmcia smartcard reader
Diffstat (limited to 'package/pcmciautils/patches')
-rw-r--r--package/pcmciautils/patches/patch-Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/pcmciautils/patches/patch-Makefile b/package/pcmciautils/patches/patch-Makefile
new file mode 100644
index 000000000..821753ddc
--- /dev/null
+++ b/package/pcmciautils/patches/patch-Makefile
@@ -0,0 +1,11 @@
+--- 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)
+ # 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.
+-CROSS = #/usr/i386-linux-uclibc/usr/bin/i386-uclibc-
++CROSS ?= #/usr/i386-linux-uclibc/usr/bin/i386-uclibc-
+ CC = $(CROSS)gcc
+ LD = $(CROSS)gcc
+ AR = $(CROSS)ar