Commit cda668cf authored by Vitaly Lipatov's avatar Vitaly Lipatov

fix for PCLinux

parent 460bfff3
...@@ -59,7 +59,9 @@ fi ...@@ -59,7 +59,9 @@ fi
if [ "$VENDOR" = "mdv" ] || [ "$VENDOR" = "pclinux" ] ; then if [ "$VENDOR" = "mdv" ] || [ "$VENDOR" = "pclinux" ] ; then
# due new libtool, affected on Mandriva 2009.0 # due new libtool, affected on Mandriva 2009.0
test -z "$VERBOSE" || echo "Disable libtoolize" test -z "$VERBOSE" || echo "Disable libtoolize"
RECONFT="%define _disable_libtoolize 1" # FIXME
#RECONFT="%define _disable_libtoolize 1"
RECONFT="%define __libtoolize true"
fi fi
# Do not add BuildReq if already exist # Do not add BuildReq if already exist
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment