summaryrefslogtreecommitdiffstats
path: root/usr.bin/svn/lib
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-11-22 19:44:49 +0000
committerbapt <bapt@FreeBSD.org>2014-11-22 19:44:49 +0000
commitac3098014529f0132e978343f4dad38c8a7fd5d3 (patch)
treec63dd3d5d27cd2d973b8979f12acdf1339342a6c /usr.bin/svn/lib
parent4542c45b7b52b707d6323eedee4a56437ea976c4 (diff)
downloadFreeBSD-src-ac3098014529f0132e978343f4dad38c8a7fd5d3.zip
FreeBSD-src-ac3098014529f0132e978343f4dad38c8a7fd5d3.tar.gz
Promote SQLite3 as a privatelib as it will also be used by mandoc
While here ensure sqlite3 is using pread(2) and enable the suppot for FTS4
Diffstat (limited to 'usr.bin/svn/lib')
-rw-r--r--usr.bin/svn/lib/Makefile2
-rw-r--r--usr.bin/svn/lib/libsqlite3/Makefile25
2 files changed, 1 insertions, 26 deletions
diff --git a/usr.bin/svn/lib/Makefile b/usr.bin/svn/lib/Makefile
index 3200625..5f4cf28 100644
--- a/usr.bin/svn/lib/Makefile
+++ b/usr.bin/svn/lib/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-SUBDIR= libapr libapr_util libserf libsqlite3 \
+SUBDIR= libapr libapr_util libserf \
libsvn_client libsvn_delta libsvn_diff libsvn_fs libsvn_fs_fs \
libsvn_fs_util libsvn_ra libsvn_ra_local libsvn_ra_serf \
libsvn_ra_svn libsvn_repos libsvn_subr libsvn_wc
diff --git a/usr.bin/svn/lib/libsqlite3/Makefile b/usr.bin/svn/lib/libsqlite3/Makefile
deleted file mode 100644
index 15a2d00..0000000
--- a/usr.bin/svn/lib/libsqlite3/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $FreeBSD$
-
-.include "${.CURDIR}/../Makefile.inc"
-
-INTERNALLIB= yes
-LIB= sqlite3
-
-SRCS= sqlite3.c
-
-.PATH: ${SQLITE}
-
-CFLAGS+= -DHAVE_CONFIG_H -I${.CURDIR} \
- -I${APR}/include/arch/unix -I${APR}/include
-
-CFLAGS+= -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 \
- -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 \
- -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 \
- -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_USLEEP=1 \
- -DHAVE_LOCALTIME_R=1 -DHAVE_GMTIME_R=1 \
- -DHAVE_DECL_STRERROR_R=1 -DHAVE_STRERROR_R=1 \
- -DHAVE_READLINE=1 -DHAVE_POSIX_FALLOCATE=1 \
- -I${SQLITE} -D_REENTRANT=1 -DSQLITE_THREADSAFE=1 \
- -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE
-
-.include <bsd.lib.mk>
OpenPOWER on IntegriCloud