bring back rpath fixup that was lost in revision 1.11

This commit is contained in:
snj 2015-03-12 08:01:45 +00:00
parent f88c5c4c4b
commit b0b43828ad
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.18 2015/02/09 16:27:29 ryoon Exp $
# $NetBSD: Makefile,v 1.19 2015/03/12 08:01:45 snj Exp $
.include <bsd.own.mk>
@ -33,6 +33,7 @@ CONFIG_SUBST= ${TOOL_SED} \
-e 's,%LIBS_CONFIG%,-lfreetype -lz -lbz2,' \
-e 's,%LIBSSTATIC_CONFIG%,-lfreetype -lz -lbz2,' \
-e 's,%build_libtool_libs%,yes,' \
-e 's@%hardcode_libdir_flag_spec%@-Wl,-rpath,${X11USRLIBDIR}@' \
-e 's,%FT2_EXTRA_LIBS%,,' \
-e 's,%LIBZ%,-lz,' \
-e 's,%LIBBZ2%,-lbz2,' \