* ./goodies:

- Bug: In coriolis2.spec.in, typos in static libraries commands.
This commit is contained in:
Jean-Paul Chaput 2010-06-01 12:20:37 +00:00
parent b49f871575
commit 3fea4150e6
1 changed files with 4 additions and 1 deletions

View File

@ -79,7 +79,7 @@ Development files for the Coriolis 2 package.
-D CMAKE_INSTALL_PREFIX:STRING=%{coriolisTop} \
-D DESTDIR:STRING=%{buildroot} \
%if %{with_staticlink}
-D BUILD_SHARED_LIBS:STRING:OFF \
-D BUILD_SHARED_LIBS:STRING=OFF \
%endif
%ifarch x86_64
-D LIB_SUFFIX:STRING=64 \
@ -112,6 +112,9 @@ Development files for the Coriolis 2 package.
-D BUILD_SHARED_LIBS:STRING=ON \
-D CMAKE_INSTALL_PREFIX:STRING=%{coriolisTop} \
-D DESTDIR:STRING=%{buildroot} \
%if %{with_staticlink}
-D BUILD_SHARED_LIBS:STRING=OFF \
%endif
%ifarch x86_64
-D LIB_SUFFIX:STRING=64 \
%endif