Skip to content
Snippets Groups Projects
Commit ced89039 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

secp256k1: properly set CFLAGS

Change-Id: I2f6699f924bdc74f9a728f2141f806a7a8377e00
parent 0d03865b
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,6 @@ endif
.secp256k1: secp256k1 .sum-secp256k1
$(RECONF)
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --disable-tests --disable-exhaustive-tests
cd $< && $(MAKE) CFLAGS+='$(SECP256K1_CFLAGS)' install
cd $< && CFLAGS="$(CFLAGS) $(SECP256K1_CFLAGS)" $(MAKE) install
touch $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment