Ismail Dönmez 2012-03-22 08:07:45 +00:00 committed by Git OBS Bridge
parent a7c336f0e6
commit cb4e7901f6

View File

@ -176,15 +176,16 @@ make %{?_smp_mflags}
popd
pushd stage3
# Needed to make clang resource dir working inside build tree
ln -s lib lib64
# autotools ignore --libdir
mkdir Release
ln -s lib Release/lib64
export CC=$TOPLEVEL/stage2/Release/bin/clang
export CXX=$TOPLEVEL/stage2/Release/bin/clang++
../configure \
--prefix=%{_prefix} \
--libdir=%{_libdir} \
--enable-optimized \
--disable-assertions \
--enable-pic \