From 363154d6fc5f511e9f2b572b9d0876bb3c25d0b1 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: May 27 2021 14:10:51 +0000 Subject: Disable rpath. --- diff --git a/SDL_image.spec b/SDL_image.spec index e00cf4b..3744a92 100644 --- a/SDL_image.spec +++ b/SDL_image.spec @@ -3,7 +3,7 @@ Name: SDL_image Version: 1.2.12 -Release: 26%{?dist} +Release: 27%{?dist} Summary: Image loading library for SDL License: LGPLv2+ @@ -49,7 +49,8 @@ developing applications that use %{name}. --disable-jpg-shared \ --disable-png-shared \ --disable-tif-shared \ - --disable-static + --disable-static \ + --disable-rpath make %{?_smp_mflags} @@ -77,6 +78,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %changelog +* Thu May 27 2021 Gwyn Ciesla - 1.2.12-27 +- Disable rpath. + * Mon Jan 25 2021 Fedora Release Engineering - 1.2.12-26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild