diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-03-20 01:25:03 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-03-20 01:25:03 +0000 |
commit | 49086b8bae418aab978d0827ee8db3bb6584997b (patch) | |
tree | 773a409bef18781700ce52263d377b60e85ae81c | |
parent | 47546bdc75c953c94222c706d6191b025e9c370e (diff) | |
download | xine-lib-49086b8bae418aab978d0827ee8db3bb6584997b.tar.gz xine-lib-49086b8bae418aab978d0827ee8db3bb6584997b.tar.bz2 |
Oops, I copied it wrong from his paste, this should do it.
CVS patchset: 8732
CVS date: 2007/03/20 01:25:03
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 93cdab2e7..d275f7841 100644 --- a/configure.ac +++ b/configure.ac @@ -2370,7 +2370,7 @@ if test "x$enable_impure_text" = xyes; then fi ;; *-darwin*) - IMPURE_TEXT_LDFLAGS="-read-only-relocs warning" + IMPURE_TEXT_LDFLAGS="-Wl,-read_only_relocs,warning" ;; esac fi |