Disable MERGELIBS by default and mark it broken for now. Currently, it

seems to cause weird run-time link issues but we are not sure whether the
culprit is rtld(1) or clang 3.2.  Stability always outweighs performance.

PR:	ports/176880
This commit is contained in:
Jung-uk Kim 2013-03-13 17:38:47 +00:00
parent ef14128014
commit 32f742772e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314100

View File

@ -182,7 +182,7 @@ MANCOMPRESSED= yes
OPTIONS_DEFINE= CUPS DEBUG GNOME GTK2 GTK3 JAVA KDE4 MERGELIBS MMEDIA PGSQL \
SDK SYSTRAY TEST WEBDAV
OPTIONS_DEFAULT=CUPS GTK2 MERGELIBS
OPTIONS_DEFAULT=CUPS GTK2
JAVA_DESC= Add java support (XML Filters, macros)
MERGELIBS_DESC= Enable linking of big merged library
@ -296,6 +296,7 @@ CONFIGURE_ARGS+= --disable-kde4
.endif
.if ${PORT_OPTIONS:MMERGELIBS}
BROKEN= mergelibs causes runtime problems
CONFIGURE_ARGS+= --enable-mergelibs
.else
CONFIGURE_ARGS+= --disable-mergelibs