From 504302aea17c8ef508a5b28539b1283f66d38b0a Mon Sep 17 00:00:00 2001 From: Paul Gardner-Stephen Date: Wed, 18 Apr 2018 16:44:19 +0930 Subject: [PATCH] pass exec_prefix to libsodium recursed make --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index 0fdfb5d1..ad846ad8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -233,6 +233,7 @@ $(LIBSODIUM_DEV)/.installed: @touch $@.in-progress @cd $(LIBSODIUM_SUBDIR) && $(MAKE) \ CFLAGS+="-prefer-pic" \ + exec_prefix=$(abspath $(LIBSODIUM_DEV)) \ prefix=$(abspath $(LIBSODIUM_DEV)) \ install @mv -f $@.in-progress $@