From be01e24bcdad0d861571ab2d8feaeeab710e86415cfe2ac6587b2977c551ff53 Mon Sep 17 00:00:00 2001 From: Jason Sikes Date: Mon, 23 Aug 2021 04:15:28 +0000 Subject: [PATCH] Accepting request 913482 from home:badshah400:branches:multimedia:libs Revert building with EGL support, as it breaks mutliple apps (boo#1189524). OBS-URL: https://build.opensuse.org/request/show/913482 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/glew?expand=0&rev=59 --- glew.changes | 6 ++++++ glew.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/glew.changes b/glew.changes index 1174697..3be223c 100644 --- a/glew.changes +++ b/glew.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Aug 21 16:26:33 UTC 2021 - Atri Bhattacharya + +- Revert building with EGL support, as it breaks mutliple apps + (boo#1189524). + ------------------------------------------------------------------- Sat Jul 31 21:16:00 UTC 2021 - Atri Bhattacharya diff --git a/glew.spec b/glew.spec index 0c1942c..04c74d8 100644 --- a/glew.spec +++ b/glew.spec @@ -76,10 +76,10 @@ functionality is exposed in a single header file. %autosetup %build -%make_build POPT="%{optflags} -fPIE -pie" GLEW_DEST=%{_prefix} LIBDIR=%{_libdir} SYSTEM=linux-egl LDFLAGS.EXTRA= STRIP= +%make_build POPT="%{optflags} -fPIE -pie" GLEW_DEST=%{_prefix} LIBDIR=%{_libdir} LDFLAGS.EXTRA= STRIP= %install -make DESTDIR=%{buildroot} GLEW_DEST=%{_prefix} SYSTEM=linux-egl LIBDIR=%{_libdir} PKGDIR=%{_libdir}/pkgconfig install.all +make DESTDIR=%{buildroot} GLEW_DEST=%{_prefix} LIBDIR=%{_libdir} PKGDIR=%{_libdir}/pkgconfig install.all chmod +x %{buildroot}%{_libdir}/*.so.* rm %{buildroot}%{_libdir}/*.a