FreeBSD Bugzilla – Attachment 144725 Details for
Bug 191611
databases/evolution-data-server fails to link when rebuilding because requisite library (sqlite, Berkeley DB) changed and its /usr/local has become unusable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
e-d-s.patch (text/plain), 812 bytes, created by
Tijl Coosemans
on 2014-07-16 11:33:43 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Tijl Coosemans
Created:
2014-07-16 11:33:43 UTC
Size:
812 bytes
patch
obsolete
>Index: databases/evolution-data-server/Makefile >=================================================================== >--- databases/evolution-data-server/Makefile (revision 362049) >+++ databases/evolution-data-server/Makefile (working copy) >@@ -27,13 +27,14 @@ USE_SQLITE= 3 > USE_BDB= 41+ > USE_LDCONFIG= yes > GNU_CONFIGURE= yes >-CONFIGURE_ARGS= --enable-static \ >+CONFIGURE_ARGS= --disable-silent-rules \ > --enable-gnome-keyring=yes \ > --with-openldap=yes \ > --with-libdb=${LOCALBASE} > INSTALL_TARGET= install-strip >-CPPFLAGS+= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} ${PTHREAD_CFLAGS} >-LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} >+CPPFLAGS+= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} >+LDFLAGS+= -Wl,--allow-shlib-undefined >+LIBS+= -L${LOCALBASE}/lib > > PLIST_SUB= VERSION="2.32" EVO_VERSION="1.2" >
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 191611
:
144423
|
144717
|
144725
|
144732
|
144733