Skip to content

Commit c9f4402

Browse files
committed
---
yaml --- r: 5922 b: refs/heads/master c: 8c4e192 h: refs/heads/master v: v3
1 parent 8a37769 commit c9f4402

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 7a8e12ca6dc3a4c9ad481f87be2440161929984d
2+
refs/heads/master: 8c4e192d91031bc0bdd033c0210528ab14d154e0

trunk/mk/platform.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ ifneq ($(findstring linux,$(CFG_OSTYPE)),)
3131
CFG_GCCISH_LINK_FLAGS += -shared -fPIC -ldl -lpthread -lrt
3232
CFG_GCCISH_DEF_FLAG := -Wl,--export-dynamic,--dynamic-list=
3333
CFG_GCCISH_PRE_LIB_FLAGS := -Wl,-whole-archive
34+
# -znoexecstack is here because librt is for some reason being created
35+
# with executable stack and Fedora (or SELinux) doesn't like that (#798)
3436
CFG_GCCISH_POST_LIB_FLAGS := -Wl,-no-whole-archive -Wl,-znoexecstack
3537
ifeq ($(CFG_CPUTYPE), x86_64)
3638
CFG_GCCISH_CFLAGS += -m32

0 commit comments

Comments
 (0)