summaryrefslogtreecommitdiff
path: root/packages/graphics/libtiff/libtiff.mk
diff options
context:
space:
mode:
Diffstat (limited to 'packages/graphics/libtiff/libtiff.mk')
-rw-r--r--packages/graphics/libtiff/libtiff.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/graphics/libtiff/libtiff.mk b/packages/graphics/libtiff/libtiff.mk
index 2d7af5b..5c1b1f9 100644
--- a/packages/graphics/libtiff/libtiff.mk
+++ b/packages/graphics/libtiff/libtiff.mk
@@ -81,8 +81,7 @@ $(LIBTIFF_BUILD_DIR)/.configured:
OBJCOPY=$(TARGETOBJCOPY) \
CFLAGS="$(TARGET_CFLAGS)" \
CXXFLAGS="$(TARGET_CFLAGS)" \
- LDFLAGS="-L$(SYSROOT)/lib -L$(SYSROOT)/usr/lib \
- -L$(SYSROOT)/lib32 -L$(SYSROOT)/usr/lib32" \
+ LDFLAGS="-L$(SYSROOT)/$(LIBDIR) -L$(SYSROOT)/usr/$(LIBDIR)" \
CPPFLGAS="-I$(SYSROOT)/usr/include" \
PKG_CONFIG=$(PKGCONFIG_BIN) \
PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) \