Age | Commit message (Collapse) | Author |
|
|
|
|
|
neon doesn't have an install-strip target, so do it afterwards instead.
|
|
webdav needs xml support, so disable it if no xml support is selected,
otherwise configure could get confused about a host xml2-config script.
|
|
Fixes CVE-2008-3746.
|
|
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
sed -i 's/ \+$//' $i;
done
|
|
'default n' is the default, so there's no need to say it explicitly.
|
|
The new kconfig is more strict regarding depends/depends on, so fixup
the tree.
|
|
|