2017-04-03 06:35:28 +00:00
committed by Git OBS Bridge
parent aaae40c010
commit 3bc6503d4d
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 3 06:34:49 UTC 2017 - werner@suse.de
- Check if "-no-pie" is known to the compiler/linker
-------------------------------------------------------------------
Sun Apr 2 16:49:35 UTC 2017 - meissner@suse.com

View File

@@ -323,7 +323,8 @@ VERSION=%{version}
"
%endif
CFLAGS="${RPM_OPT_FLAGS} -D_GNU_SOURCE -DGDK_DISABLE_DEPRECATION_WARNINGS -DGLIB_DISABLE_DEPRECATION_WARNINGS"
LDFLAGS="-no-pie"
LDFLAGS=
cflags -Wl,-no-pie LDFLAGS
cflags -pipe CFLAGS
cflags -Wno-pointer-sign CFLAGS
cflags -Wno-unused-variable CFLAGS