|
|
@ -26,6 +26,11 @@ if [ $target == "dietlibc" ]; then |
|
|
|
else |
|
|
|
premake="cp $confdir/config.h $confdir/config.status ." |
|
|
|
fi |
|
|
|
|
|
|
|
makeopt="CC='$CC' LD='$CC' COPTS='-O2 -fomit-frame-pointer'" |
|
|
|
makeinstopt="BASEDIR=$root install" |
|
|
|
|
|
|
|
# add the wake-on-lan patch |
|
|
|
p="`echo $desc_D | sed 's/.* \(.*\.patch.*\) .*/\1/'`" |
|
|
|
[ "$p" ] && var_append patchfiles " " "$archdir/$p" |
|
|
|
|