From 12e3b34a8e5e8a4341d9f279c66a22586f91e80d Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Tue, 21 Mar 2017 23:47:24 +0000 Subject: [PATCH] Fix build. Sponsored by: Absolight --- dns/ldns/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile index 27001dd60a69..a3a3a61a19d3 100644 --- a/dns/ldns/Makefile +++ b/dns/ldns/Makefile @@ -88,7 +88,7 @@ post-patch: @${SED} -i '' -e 's=-I./include/ldns=-I${LOCALBASE}/include/ldns=' ${WRKSRC}/Makefile.in post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/perl5/site_perl/mach/5.24/auto/DNS/LDNS/LDNS.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/DNS/LDNS/LDNS.so .else ALL_TARGET= all INSTALL_TARGET= install-lib install-h install-config