|
|
@@ -26,7 +26,7 @@
|
|
|
# package version
|
|
|
%define V_full 3.4
|
|
|
%define V_comp 34
|
|
|
-%define V_snap 20030806
|
|
|
+%define V_snap 20030813
|
|
|
|
|
|
# package information
|
|
|
Name: gcc34
|
|
|
@@ -38,7 +38,7 @@ Distribution: OpenPKG [EVAL]
|
|
|
Group: Compiler
|
|
|
License: GPL
|
|
|
Version: %{V_full}s%{V_snap}
|
|
|
-Release: 20030808
|
|
|
+Release: 20030813
|
|
|
|
|
|
# package options
|
|
|
%option with_cxx yes
|
|
|
@@ -121,6 +121,7 @@ Provides: gcc = %{version}-%{release}
|
|
|
--prefix=%{l_prefix} \
|
|
|
--exec-prefix=%{l_prefix} \
|
|
|
--includedir=%{l_prefix}/include/gcc%{V_comp} \
|
|
|
+ --libexecdir=%{l_prefix}/libexec/gcc%{V_comp} \
|
|
|
--with-gxx-include-dir=%{l_prefix}/include/g++%{V_comp} \
|
|
|
--with-local-prefix=%{l_prefix}/lib/gcc%{V_comp} \
|
|
|
--enable-languages="${l_enable_languages}" \
|