From 47546bdc75c953c94222c706d6191b025e9c370e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Tue, 20 Mar 2007 01:18:51 +0000 Subject: On Darwin we also have to enable explicitly the text relocations. Thanks to Emanuele Giaquinta for pointing me at the right LDFLAG. CVS patchset: 8731 CVS date: 2007/03/20 01:18:51 --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index c25491240..93cdab2e7 100644 --- a/configure.ac +++ b/configure.ac @@ -2369,6 +2369,9 @@ if test "x$enable_impure_text" = xyes; then IMPURE_TEXT_LDFLAGS="-z textoff" fi ;; + *-darwin*) + IMPURE_TEXT_LDFLAGS="-read-only-relocs warning" + ;; esac fi AC_SUBST(IMPURE_TEXT_LDFLAGS) -- cgit v1.2.3