From: Daniel Mack Date: Fri, 27 May 2011 13:33:17 +0000 (+0200) Subject: osx: pass -headerpad_max_install_names to the linker, too X-Git-Tag: 1.0_branch~568 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=71e936da586c5605b5c678f5f952264ae240d6f2;p=profile%2Fivi%2Fpulseaudio.git osx: pass -headerpad_max_install_names to the linker, too This option won't make it to the actual libtool command which does the linking when not prefixed with -Wl, --- diff --git a/src/Makefile.am b/src/Makefile.am index d4f595c..4990ac3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -81,7 +81,7 @@ WINSOCK_LIBS=-lwsock32 -lws2_32 -lwininet endif if OS_IS_DARWIN -AM_LDFLAGS+=-headerpad_max_install_names +AM_LDFLAGS+=-Wl,-headerpad_max_install_names -headerpad_max_install_names endif FOREIGN_CFLAGS = -w