]> git.pld-linux.org Git - packages/kernel.git/blob - 2.6.0-t11-AIC_and_db4-lkml.patch
- minor fix. it builds but linking needs fix.
[packages/kernel.git] / 2.6.0-t11-AIC_and_db4-lkml.patch
1 --- linux-2.6.0-test11/drivers/scsi/aic7xxx/aicasm/Makefile.orig        2003-12-02 23:52:29.000000000 +0100
2 +++ linux-2.6.0-test11/drivers/scsi/aic7xxx/aicasm/Makefile     2003-12-03 00:01:04.000000000 +0100
3 @@ -34,10 +34,14 @@
4         $(AICASM_CC) $(AICASM_CFLAGS) $(SRCS) -o $(PROG) $(LIBS)
5  
6  aicdb.h:
7 -       @if [ -e "/usr/include/db3/db_185.h" ]; then            \
8 +       @if [ -e "/usr/include/db4/db_185.h" ]; then            \
9 +               echo "#include <db4/db_185.h>" > aicdb.h;       \
10 +        elif [ -e "/usr/include/db3/db_185.h" ]; then          \
11                 echo "#include <db3/db_185.h>" > aicdb.h;       \
12          elif [ -e "/usr/include/db2/db_185.h" ]; then          \
13                 echo "#include <db2/db_185.h>" > aicdb.h;       \
14 +        elif [ -e "/usr/include/db1/db_185.h" ]; then          \
15 +               echo "#include <db1/db_185.h>" > aicdb.h;       \
16          elif [ -e "/usr/include/db/db_185.h" ]; then           \
17                 echo "#include <db/db_185.h>" > aicdb.h;        \
18          elif [ -e "/usr/include/db_185.h" ]; then              \
This page took 0.028054 seconds and 3 git commands to generate.