FreeBSD Bugzilla – Attachment 173468 Details for
Bug 211700
databases/lmdb: add soname and cleanup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
lmdb1.diff (text/plain), 941 bytes, created by
Mathieu Arnold
on 2016-08-09 17:28:32 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Mathieu Arnold
Created:
2016-08-09 17:28:32 UTC
Size:
941 bytes
patch
obsolete
>diff --git databases/lmdb/Makefile databases/lmdb/Makefile >index b050d6b..117d3e3 100644 >--- databases/lmdb/Makefile >+++ databases/lmdb/Makefile >@@ -3,6 +3,7 @@ > > PORTNAME= lmdb > PORTVERSION= 0.9.18 >+PORTREVISION= 1 > DISTVERSIONPREFIX= ${PORTNAME:tu}_ > CATEGORIES= databases > >diff --git databases/lmdb/files/patch-Makefile databases/lmdb/files/patch-Makefile >index 3d61d92..7094621 100644 >--- databases/lmdb/files/patch-Makefile >+++ databases/lmdb/files/patch-Makefile >@@ -58,7 +50,8 @@ > -liblmdb.so: mdb.lo midl.lo > +liblmdb.so.0: mdb.lo midl.lo > # $(CC) $(LDFLAGS) -pthread -shared -Wl,-Bsymbolic -o $@ mdb.o midl.o $(SOLIBS) >- $(CC) $(LDFLAGS) -pthread -shared -o $@ mdb.lo midl.lo $(SOLIBS) >+- $(CC) $(LDFLAGS) -pthread -shared -o $@ mdb.lo midl.lo $(SOLIBS) >++ $(CC) $(LDFLAGS) -pthread -shared -Wl,-soname,$@ -o $@ mdb.lo midl.lo $(SOLIBS) > > mdb_stat: mdb_stat.o liblmdb.a > + ${CC} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
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 211700
: 173468 |
173469