wok-6.x diff linmodem-intel-537/receipt @ rev 6612
Fixed giflib-dev, jpeg-dev, libpng-dev, tiff-dev, and zlib-dev. I made there wanted package be depends also since you need the .so files to compile things also most of the time.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Oct 09 19:37:19 2010 +0000 (2010-10-09) |
parents | 851b17343f9e |
children | cf1a6b5e6a81 |
line diff
1.1 --- a/linmodem-intel-537/receipt Wed May 05 13:57:41 2010 +0200 1.2 +++ b/linmodem-intel-537/receipt Sat Oct 09 19:37:19 2010 +0000 1.3 @@ -30,7 +30,7 @@ 1.4 grep -rl 'uname -r' * | xargs sed -i "s/uname -r/echo $KERNEL_VERSION/" 1.5 # Bypass linux source package check 1.6 sed -i 's/@bash config_check/#@bash config_check/' makefile 1.7 - grep -rl 'linux/autoconf.h' | xargs sed -i 's|linux/autoconf.h|generated/autoconf.h|' 1.8 + grep -rl 'linux/autoconf.h' * | xargs sed -i 's|linux/autoconf.h|generated/autoconf.h|' 1.9 make KERNEL_SOURCE_PATH=$WOK/linux/linux-$KERNEL_VERSION KDIR=$WOK/linux/linux-$KERNEL_VERSION MODEM_TYPE=537 537 1.10 1.11 }