mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-18 12:56:29 +00:00
pass exec_prefix to libsodium recursed make
This commit is contained in:
parent
faa0f392c5
commit
504302aea1
@ -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 $@
|
||||
|
Loading…
Reference in New Issue
Block a user