Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148419697
D10123.id26709.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1019 B
Referenced Files
None
Subscribers
None
D10123.id26709.diff
View Options
Index: head/etc/mtree/BSD.usr.dist
===================================================================
--- head/etc/mtree/BSD.usr.dist
+++ head/etc/mtree/BSD.usr.dist
@@ -11,6 +11,10 @@
private
bsdstat
..
+ event
+ ..
+ sqlite3
+ ..
ucl
..
..
Index: head/lib/libevent/Makefile
===================================================================
--- head/lib/libevent/Makefile
+++ head/lib/libevent/Makefile
@@ -10,7 +10,7 @@
PRIVATELIB=
SRCS= buffer.c evbuffer.c event.c kqueue.c log.c poll.c select.c signal.c
-HDRS= event.h
+INCS= event.h
CFLAGS+= -I${.CURDIR} \
-DHAVE_CLOCK_GETTIME \
Index: head/lib/libsqlite3/Makefile
===================================================================
--- head/lib/libsqlite3/Makefile
+++ head/lib/libsqlite3/Makefile
@@ -7,6 +7,7 @@
LIBADD+= pthread
SRCS= sqlite3.c
+INCS= sqlite3.h sqlite3ext.h
SQLITE= ${SRCTOP}/contrib/sqlite3
.PATH: ${SQLITE}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 18, 5:59 PM (10 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29918872
Default Alt Text
D10123.id26709.diff (1019 B)
Attached To
Mode
D10123: [privatelib] install libevent1 and sqlite3 headers to faciliate base tool development I'd like to use the in-system private libevent1 and sqlite3 headers to faciliate new base tools. Since libevent1 is pretty small compared to libevent2, I would...
Attached
Detach File
Event Timeline
Log In to Comment