Project

General

Profile

Feature #9673 » disable-pie.diff

kanemoto (Yutaka Kanemoto), 03/25/2014 02:35 PM

View differences:

configure.in (working copy)
LIBRUBYARG_SHARED=
# enable PIE if possible
pie=
AC_ARG_ENABLE(pie,
AS_HELP_STRING([--disable-pie], [disable PIE feature]),
[pie=$enableval], [pie=])
AS_CASE(["$target_os"],
[haiku], [
# gcc supports PIE, but doesn't work correctly in Haiku
    (1-1/1)