Fix 32bit-dir and 64-dir parameters: should be relative, not absolute

(cherry picked from commit b32ca652bd)
This commit is contained in:
Michel Alexandre Salim 2011-03-17 13:19:24 +01:00
parent 68d1c11c89
commit b1c21fa55e

View File

@ -223,8 +223,8 @@ popd
-maxdepth 0 -type d)/include \
--with-cxx-include-root=$(find %{_includedir}/c++/* -maxdepth 0 -type d) \
--with-cxx-include-arch=%{_arch}-%{_vendor}-%{_os} \
--with-cxx-include-32bit-dir=$(find %{_includedir}/c++/* -maxdepth 0 -type d)/%{_arch}-%{_vendor}-%{_os}/32/bits \
--with-cxx-include-64bit-dir=$(find %{_includedir}/c++/* -maxdepth 0 -type d)/%{_arch}-%{_vendor}-%{_os}/bits
--with-cxx-include-32bit-dir=32/bits \
--with-cxx-include-64bit-dir=bits
# FIXME file this
# configure does not properly specify libdir