From c730821d5684bcde26e262937382a8ceb7615357 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 6 Oct 2014 15:30:02 -0500 Subject: fix perl module loading --- package/p5-image-scale/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'package/p5-image-scale/Makefile') diff --git a/package/p5-image-scale/Makefile b/package/p5-image-scale/Makefile index c21edb1a3..a894e0182 100644 --- a/package/p5-image-scale/Makefile +++ b/package/p5-image-scale/Makefile @@ -25,8 +25,11 @@ include $(ADK_TOPDIR)/mk/perl.mk CONFIG_STYLE:= perl XAKE_FLAGS+= $(PERL_ENV) CONFIGURE_ARGS+= --with-jpeg-includes=${STAGING_TARGET_DIR}/usr/include \ + --with-jpeg-libs=${STAGING_TARGET_DIR}/usr/lib \ --with-png-includes=${STAGING_TARGET_DIR}/usr/include \ - --with-gif-includes=${STAGING_TARGET_DIR}/usr/include + --with-png-libs=${STAGING_TARGET_DIR}/usr/lib \ + --with-gif-includes=${STAGING_TARGET_DIR}/usr/include \ + --with-gif-libs=${STAGING_TARGET_DIR}/usr/lib \ p5-image-scale-install: $(INSTALL_DIR) $(IDIR_P5_IMAGE_SCALE)$(PERL_SITEDIR) -- cgit v1.2.3