summaryrefslogtreecommitdiffstats
path: root/package/botan
diff options
context:
space:
mode:
Diffstat (limited to 'package/botan')
-rw-r--r--package/botan/botan.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/botan/botan.mk b/package/botan/botan.mk
index 70a0946d20..6ac3ce7ee4 100644
--- a/package/botan/botan.mk
+++ b/package/botan/botan.mk
@@ -16,7 +16,8 @@ BOTAN_CONF_OPTS = \
--cpu=$(BR2_ARCH) \
--os=linux \
--cc=gcc \
- --cc-bin="$(TARGET_CXX)"
+ --cc-bin="$(TARGET_CXX)" \
+ --prefix=/usr
ifeq ($(BR2_STATIC_LIBS),y)
BOTAN_CONF_OPTS += --disable-shared --no-autoload
OpenPOWER on IntegriCloud