Skip to content

Commit

Permalink
cregistry: add SQLITE3 flags
Browse files Browse the repository at this point in the history
allows cregistry Makefile.in  to respond to
--with-sqlite3prefix
similarly to registry2.0 Makefile.in
  • Loading branch information
kencu authored and neverpanic committed Jun 8, 2018
1 parent 52ce12d commit 15cb584
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cregistry/Makefile.in
Expand Up @@ -14,6 +14,9 @@ include ../../Mk/macports.autoconf.mk
# required for strdup(3) on Linux and macOS
CPPFLAGS+=-D_XOPEN_SOURCE=600

CFLAGS+= ${SQLITE3_CFLAGS}
LIBS+= ${SQLITE3_LIBS}

all:: ${STLIB_NAME} ${SQLEXT_NAME}

.c.o:
Expand Down

0 comments on commit 15cb584

Please sign in to comment.