diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2014-10-07 06:24:31 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-10-07 06:24:31 +0200 |
| commit | a5393320f05f681006915fcffe5631da874daee8 (patch) | |
| tree | 0bc9563da6929ec872bad3263a23519426ec91d4 /package/p5-image-scale/Makefile | |
| parent | c9712ddbbaf32cbf5bcdfd8154a733f2c2c84f6a (diff) | |
| parent | c59a468aae2eb6522e97d877992f3b059b4e6242 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/p5-image-scale/Makefile')
| -rw-r--r-- | package/p5-image-scale/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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) |
