View | Details | Raw Unified | Return to bug 273789
Collapse All | Expand All

(-)b/textproc/libxml2/Makefile (+5 lines)
Lines 30-35 CONFIGURE_ARGS= --sysconfdir=${PREFIX}/share/ \ Link Here
30
		--with-lzma=/usr \
30
		--with-lzma=/usr \
31
		--${LIBXML2_SLAVE:Dwith:Uwithout}-python${LIBXML2_SLAVE:D=${PYTHON_CMD}:U}
31
		--${LIBXML2_SLAVE:Dwith:Uwithout}-python${LIBXML2_SLAVE:D=${PYTHON_CMD}:U}
32
32
33
# Many symbols in the linker version script libxml2.syms are only defined when
34
# --with-xptr-locs is enabled at configure time. Suppress errors with lld >= 17
35
# due to these undefined symbols.
36
LDFLAGS+=	-Wl,--undefined-version
37
33
INSTALL_TARGET=	install-strip
38
INSTALL_TARGET=	install-strip
34
TEST_TARGET=	check
39
TEST_TARGET=	check
35
40

Return to bug 273789