source: freewrt/package/pcmcia-cs/patches/patch-Configure@ b9a704c

freewrt_1_0 freewrt_2_0
Last change on this file since b9a704c was b9a704c, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

remove make check, which breaks build on OpenBSD

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1895 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 457 bytes
Line 
1$FreeWRT$
2--- pcmcia-cs-3.2.8.orig/Configure Tue Jul 13 09:33:31 2004
3+++ pcmcia-cs-3.2.8/Configure Wed Feb 7 23:16:46 2007
4@@ -48,12 +48,6 @@ if [ ! -L include/linux/config.h ] ; the
5 fail
6 fi
7
8-if ! make -v >/dev/null ; then
9- echo "Ack! This system does not have a 'make' command!"
10- echo " Install a normal set of Linux development tools and try again."
11- fail
12-fi
13-
14 if [ -r config.out ] ; then
15 . ./config.out 2>/dev/null
16 else
Note: See TracBrowser for help on using the repository browser.