Sophie

Sophie

distrib > Mageia > 4 > i586 > media > core-backports-src > by-pkgid > 28604b6236c90cb35369c2ebe57888ab > files > 1

fgrun-3.2.0-1.mga4.src.rpm

From c0ea7e49fae6bedd6e54eba52232c9ed5dd323b7 Mon Sep 17 00:00:00 2001
From: Fabrice Bellet <fabrice@bellet.info>
Date: Sun, 22 Sep 2013 12:50:32 +0200
Subject: [PATCH 1/4] Build fgrun with static ui libs

---
 src/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 8d41452..9bfab24 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -12,10 +12,10 @@ if (MSVC)
 endif (MSVC)
 
 FLTK_WRAP_UI(Wizard wizard.fl)
-add_library(Wizard ${Wizard_FLTK_UI_SRCS})
+add_library(Wizard STATIC ${Wizard_FLTK_UI_SRCS})
 
 FLTK_WRAP_UI(Advanced advanced.fl)
-add_library(Advanced ${Advanced_FLTK_UI_SRCS})
+add_library(Advanced STATIC ${Advanced_FLTK_UI_SRCS})
 
 set( ui_libs_1_3 Wizard Advanced )
 
-- 
1.8.5.3