Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Add sqlite3.h in the include path for tests to build on alpine
Baptiste Daroussin committed 7 years ago
commit 6864e93da02abae174d37ca3036269dfddf0dd70
parent a29ecdc
1 file changed +1 -0
modified tests/Makefile.autosetup
@@ -76,6 +76,7 @@ LOCAL_CFLAGS= -I$(top_srcdir)/external/uthash \
		-I$(top_srcdir)/external/libucl/include \
		-I$(top_srcdir)/external/libucl/klib \
		-I$(top_srcdir)/external/uthash \
+
		-I$(top_srcdir)/external/sqlite \
		-I$(top_builddir)/ \
		-I$(top_builddir)/libpkg \
		@PKG_ATF_C_CFLAGS@ \