remove -fPIC from SUID_CFLAGS

this flag must not be set partially for a project in this way or it will cause build failures on some systems

furthermore, it should usually only be set either automatically when required by the build system or by a packager who knows that it is required
This commit is contained in:
Mike Blumenkrantz 2014-07-19 16:02:44 -04:00
parent 26146ccbe4
commit 5984d4690b
1 changed files with 1 additions and 1 deletions

View File

@ -1014,7 +1014,7 @@ m4_ifdef([v_mic],
EFL_COMPILER_FLAG([-Wno-missing-field-initializers])
])
SUID_CFLAGS=-fPIE -fPIC
SUID_CFLAGS=-fPIE
SUID_LDFLAGS=-pie
AC_SUBST([SUID_CFLAGS])
AC_SUBST([SUID_LDFLAGS])