|
|
@ -31,6 +31,14 @@ add_wrapper ranlib <<- 'EOT' |
|
|
|
exit 0 |
|
|
|
EOT |
|
|
|
|
|
|
|
add_wrapper rm <<- 'EOT' |
|
|
|
if [[ "$*" == *libltdl.so* && "$PWD" == */usr/lib ]]; then |
|
|
|
echo "Not running rm on /usr/lib/libltdl.so*" |
|
|
|
exit 0 |
|
|
|
fi |
|
|
|
exec $orig "$@" |
|
|
|
EOT |
|
|
|
|
|
|
|
var_append configprefix " " 'CPPFLAGS="-I/usr/include/libxml2"' |
|
|
|
confopt="$confopt -disable-ltdl-install --enable-shared --with-modules" |
|
|
|
confopt="$confopt --enable-lzw --enable-16bit-pixel --with-x " |
|
|
|