Commit f4ae6b0c authored by Sean McGovern's avatar Sean McGovern Committed by Felix Paul Kühne

configure: read_only_relocs is unnecessary on 64-bit OS X

Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
(cherry picked from commit f1ccba2fc364dfb8201461307a1cf6a5c1b2e7fd)
Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
parent 8a341b03
......@@ -171,7 +171,6 @@ case "${host_os}" in
OBJCFLAGS="${OBJCFLAGS} -D_INTL_REDIRECT_MACROS -std=gnu99 ${ARCH_flag}"
LDFLAGS="${LDFLAGS} -Wl,-headerpad_max_install_names ${ARCH_flag}"
VLC_ADD_LIBS([libvlc vlc],[-Wl,-undefined,dynamic_lookup,-framework,AppKit])
VLC_ADD_LIBS([avcodec access_avio swscale postproc i420_rgb_mmx x262 x264 x26410b],[-Wl,-read_only_relocs,suppress])
VLC_ADD_LIBS([libvlccore],[-Wl,-framework,CoreFoundation,-framework,CoreServices])
AC_EGREP_CPP(yes,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment