b60bd99df6
* s390-tools-slfo-01-parse-ipl-device-for-activation.patch - Removed the old 'initial' patch * s390-tools-sles15sp6-01-parse-ipl-device-for-activation.patch OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=217
16 lines
522 B
Diff
16 lines
522 B
Diff
Index: s390-tools-2.30.0/common.mak
|
|
===================================================================
|
|
--- s390-tools-2.30.0.orig/common.mak
|
|
+++ s390-tools-2.30.0/common.mak
|
|
@@ -338,8 +338,8 @@ export INSTALL CFLAGS CXXFLAGS \
|
|
LDFLAGS CPPFLAGS ALL_CFLAGS ALL_CXXFLAGS ALL_LDFLAGS ALL_CPPFLAGS
|
|
|
|
ifneq ($(shell $(CC_SILENT) -dumpspecs 2>/dev/null | grep -e '[^f]no-pie'),)
|
|
- NO_PIE_CFLAGS := -fno-pie
|
|
- NO_PIE_LDFLAGS := -no-pie
|
|
+ NO_PIE_CFLAGS :=
|
|
+ NO_PIE_LDFLAGS :=
|
|
else
|
|
NO_PIE_CFLAGS :=
|
|
NO_PIE_LDFLAGS :=
|