mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-19 21:27:57 +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
|
@touch $@.in-progress
|
||||||
@cd $(LIBSODIUM_SUBDIR) && $(MAKE) \
|
@cd $(LIBSODIUM_SUBDIR) && $(MAKE) \
|
||||||
CFLAGS+="-prefer-pic" \
|
CFLAGS+="-prefer-pic" \
|
||||||
|
exec_prefix=$(abspath $(LIBSODIUM_DEV)) \
|
||||||
prefix=$(abspath $(LIBSODIUM_DEV)) \
|
prefix=$(abspath $(LIBSODIUM_DEV)) \
|
||||||
install
|
install
|
||||||
@mv -f $@.in-progress $@
|
@mv -f $@.in-progress $@
|
||||||
|
Loading…
Reference in New Issue
Block a user