mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 22:07:19 +02:00
14 lines
396 B
Diff
14 lines
396 B
Diff
--- a/config.make.in
|
|
+++ b/config.make.in
|
|
@@ -41,8 +41,8 @@
|
|
# DIR.src := $(TOP_SRCDIR_REL)/src
|
|
|
|
# Project-specific CFLAGS
|
|
-CPPFLAGS += -I$(DIR.include) -Isrc
|
|
-# ^^^ src is for in-tree sqlite3.h
|
|
+CPPFLAGS += -I$(DIR.include) -Iextsrc
|
|
+# ^^^ extsrc is for in-tree sqlite3.h
|
|
# -I$(DIR.top)
|
|
# -I$(COMPAT_DIR)/javavm/export -I$(COMPAT_DIR)/tcl-8.6/generic
|
|
ifneq (,$(wildcard $(HOME)/include/*))
|