summaryrefslogtreecommitdiff
path: root/packages/graphics/pixman/pixman.mk
diff options
context:
space:
mode:
Diffstat (limited to 'packages/graphics/pixman/pixman.mk')
-rw-r--r--packages/graphics/pixman/pixman.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/graphics/pixman/pixman.mk b/packages/graphics/pixman/pixman.mk
index c1d8bc5..f3fd205 100644
--- a/packages/graphics/pixman/pixman.mk
+++ b/packages/graphics/pixman/pixman.mk
@@ -83,7 +83,7 @@ $(PIXMAN_BUILD_DIR)/.configured:
PKG_CONFIG=$(PKGCONFIG_BIN) \
PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) \
./configure --build=$(HOST_BUILD) --host=$(STRICT_GNU_TARGET) \
- --target=$(STRICT_GNU_TARGET) \
+ --target=$(STRICT_GNU_TARGET) --libdir=/usr/$(LIBDIR) \
--prefix=/usr
@touch $@