diff options
| author | Tomas Bzatek <tbzatek@tbzatek.englab.brq.redhat.com> | 2008-08-22 10:41:31 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@tbzatek.englab.brq.redhat.com> | 2008-08-22 10:41:31 +0200 |
| commit | b5af37db7650be18ac54c8ca7fe3cf476a2315ee (patch) | |
| tree | 55720d7b523352dac330e849a54683ba89dcfbf7 /Makefile | |
| parent | 16550e8c907165d1305fc4b58f2b05554ea671a0 (diff) | |
| parent | f8012d552a33d5615e5711c82bf22bc3bcdc3d23 (diff) | |
| download | tuxcmd-b5af37db7650be18ac54c8ca7fe3cf476a2315ee.tar.xz | |
Merge branch 'master' of ssh://tomas@git.bzatek.net/projects/git/tuxcmd
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -38,7 +38,9 @@ LIB_SUFFIX=`if test \`uname -m\` = x86_64; then echo 64; fi` # -Ct must be disabled here, causes unneeded crashes # -CR and -Cr must be disabled here, causes range check errors with gnome-power-manager # -Cg generates internal compiler errors on i386 -CFLAGS= -vweh -Un -Ci -Co +# -XX prevents linking errors of unresolved and unused symbols +# "-k-z noexecstack" (with quotes as a single parameter) avoids marking stack as executable, allowing to work correctly with SELinux in Enforcing mode +CFLAGS= -vweh -Un -Ci -Co -XX "-k-z noexecstack" |
