blob: f499606124bee1b5988b04f6741c76d4527b3a70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Description: neither libc nor the kernel supports ASLR
Index: cups/config-scripts/cups-compiler.m4
===================================================================
--- cups.orig/config-scripts/cups-compiler.m4
+++ cups/config-scripts/cups-compiler.m4
@@ -141,6 +141,9 @@ if test -n "$GCC"; then
AC_MSG_RESULT(no))
;;
+ SunOS*)
+ AC_MSG_RESULT(no)
+ ;;
*)
CFLAGS="$CFLAGS -fPIE -pie"
AC_TRY_COMPILE(,,[
|