pass exec_prefix to libsodium recursed make

This commit is contained in:
Paul Gardner-Stephen 2018-04-18 16:44:19 +09:30
parent faa0f392c5
commit 504302aea1

View File

@ -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 $@