From 1c96b8472d62e6bcbd1a74fb98af1c58dda445e4b60dede6d62f7d074f97a1f8 Mon Sep 17 00:00:00 2001 From: andy great Date: Sat, 11 Jul 2020 17:50:36 +0000 Subject: [PATCH] - Fix build for leap by enabling cmake rpath flag. OBS-URL: https://build.opensuse.org/package/show/M17N/nuspell?expand=0&rev=12 --- nuspell.changes | 5 +++++ nuspell.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/nuspell.changes b/nuspell.changes index e6a6804..53dfa77 100644 --- a/nuspell.changes +++ b/nuspell.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jul 11 17:49:40 UTC 2020 - andy great + +- Fix build for leap by enabling cmake rpath flag. + ------------------------------------------------------------------- Thu Jun 4 15:48:03 UTC 2020 - Jan Engelhardt diff --git a/nuspell.spec b/nuspell.spec index 7ad2096..5907877 100644 --- a/nuspell.spec +++ b/nuspell.spec @@ -20,7 +20,7 @@ %define libname libnuspell Name: nuspell Version: 3.1.1 -Release: 1 +Release: 0 Summary: A spell checker library and command-line tool License: LGPL-3.0-or-later Group: Productivity/Office/Other @@ -83,6 +83,7 @@ Header files and definitions for developing with Nuspell. %build %cmake -DBUILD_SHARED_LIBS:BOOL=ON \ -DBUILD_TESTING:BOOL=ON \ + -DCMAKE_SKIP_RPATH:BOOL=OFF \ .. %cmake_build