Commit 2096813f authored by Vitaly Lipatov's avatar Vitaly Lipatov

fix mcbc build

parent 8c654464
......@@ -76,7 +76,7 @@ fi
# fix mktemp using for MCBC
if [ "$VENDOR" = "mcbc" ] ; then
test -z "$VERBOSE" || echo "Add subst mktemp -dt"
FIXMKTEMP="%__subst 's|mktemp -dt|mktemp -d|g s|readlink -mv|readlink -f|g' configure libtool"
FIXMKTEMP="%__subst 's|mktemp -dt|mktemp -d|g' configure ; %__subst 's|readlink -mv|ls -1|g' configure ltmain.sh"
fi
# Too old problem
......
......@@ -62,3 +62,4 @@ libXcursor-devel|XFree86-devel
libXevie-devel|XFree86-devel
libXv-devel|XFree86-devel
libhal-devel|
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