FreeBSD Bugzilla – Attachment 177057 Details for
Bug 214538
sysutils/lnav: fails to build if databases/sqlite3 was built with ICU=on
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Dynamic linking
lnav-20161116T0732.diff (text/plain), 734 bytes, created by
Pavel Volkov
on 2016-11-16 07:37:57 UTC
(
hide
)
Description:
Dynamic linking
Filename:
MIME Type:
Creator:
Pavel Volkov
Created:
2016-11-16 07:37:57 UTC
Size:
734 bytes
patch
obsolete
>diff -rudpN sysutils/lnav.orig/Makefile sysutils/lnav/Makefile >--- sysutils/lnav.orig/Makefile 2016-11-16 10:04:45.163619000 +0300 >+++ sysutils/lnav/Makefile 2016-11-16 10:27:36.135239000 +0300 >@@ -11,16 +11,16 @@ COMMENT= Terminal based log file navigat > > LICENSE= BSD2CLAUSE > >-BUILD_DEPENDS= ${LOCALBASE}/lib/libpcre.a:devel/pcre \ >- ${LOCALBASE}/lib/libsqlite3.a:databases/sqlite3 >- > BROKEN_FreeBSD_9_i386= does not build > > USE_GITHUB= yes > GH_ACCOUNT= tstack > > GNU_CONFIGURE= yes >-USES= autoreconf execinfo gmake ncurses python readline >+USES= autoreconf execinfo gmake ncurses python readline sqlite >+ >+CONFIGURE_ARGS= --disable-static >+LIB_DEPENDS+= libpcrecpp.so:devel/pcre > > PLIST_FILES= bin/lnav man/man1/lnav.1.gz >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 214538
:
177050
|
177051
|
177057
|
177058