Skip to content
Snippets Groups Projects
Commit 0f09f09d authored by Alexandre Lision's avatar Alexandre Lision Committed by Gerrit Code Review
Browse files

contrib: fix gnutls compilation

Refs #72184

Change-Id: I8b6d822a4180b12027d0031780f8159d0ecc9172
parent f35e07ff
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ endif
ifdef HAVE_ANDROID
cd $< && $(HOSTVARS) gl_cv_header_working_stdint_h=yes ./configure $(GNUTLS_CONF)
else
cd $< && $(HOSTVARS) CFLAGS=$(CFLAGS) ./configure $(GNUTLS_CONF)
cd $< && $(HOSTVARS) CFLAGS="$(CFLAGS)" ./configure $(GNUTLS_CONF)
endif
cd $</gl && $(MAKE) install
cd $</lib && $(MAKE) install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment