From 3fea4150e66802ef3da804b7e4c9fee685b8e432 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Tue, 1 Jun 2010 12:20:37 +0000 Subject: [PATCH] * ./goodies: - Bug: In coriolis2.spec.in, typos in static libraries commands. --- bootstrap/coriolis2.spec.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bootstrap/coriolis2.spec.in b/bootstrap/coriolis2.spec.in index d48aec85..3e86b516 100644 --- a/bootstrap/coriolis2.spec.in +++ b/bootstrap/coriolis2.spec.in @@ -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