From 4c32f078cc366f069fcfa43661b83b6b9ec6c970 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Aug 01 2019 13:06:19 +0000 Subject: Fix build and run with LD_BIND_NOW --- diff --git a/atanua.spec b/atanua.spec index 544e4b5..b8ce878 100644 --- a/atanua.spec +++ b/atanua.spec @@ -3,7 +3,7 @@ Name: atanua Version: 1.3.141220 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Real Time Logic Simulator License: zlib and Bitstream Vera @@ -62,7 +62,7 @@ time learning the tool. %build -make %{?_smp_mflags} CFLAGS='%{optflags} -DDATADIR=\"%{_datadir}/atanua\"' \ +make %{?_smp_mflags} CFLAGS='%{optflags} -DDATADIR=\"%{_datadir}/atanua\" -DGL_GLEXT_PROTOTYPES' \ CC=%{__cc} CXX=%{__cxx} UNBUNDLE=1 @@ -99,6 +99,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog +* Thu Aug 01 2019 Lubomir Rintel - 1.3.141220-12 +- Fix build and run with LD_BIND_NOW + * Wed Jul 24 2019 Fedora Release Engineering - 1.3.141220-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild