FreeBSD Bugzilla – Attachment 194883 Details for
Bug 229523
databases/postgresql10-server: remove LLD_UNSAFE, add -Wl,-z,notext to allow build with lld
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile patch
pg.patch (text/plain), 579 bytes, created by
Larry Rosenman
on 2018-07-05 01:28:26 UTC
(
hide
)
Description:
Makefile patch
Filename:
MIME Type:
Creator:
Larry Rosenman
Created:
2018-07-05 01:28:26 UTC
Size:
579 bytes
patch
obsolete
>Index: postgresql10-server/Makefile >=================================================================== >--- postgresql10-server/Makefile (revision 473555) >+++ postgresql10-server/Makefile (working copy) >@@ -29,7 +29,6 @@ > .if !defined(NO_BUILD) > USES+= gmake > GNU_CONFIGURE= yes >-LLD_UNSAFE= yes > .endif > > PG_USER?= postgres >@@ -36,7 +35,7 @@ > PG_GROUP?= postgres > PG_UID?= 770 > >-LDFLAGS+= -L${LOCALBASE}/lib >+LDFLAGS+= -Wl,-z,notext -L${LOCALBASE}/lib > INCLUDES+= -I${LOCALBASE}/include > CONFIGURE_ARGS+=--with-libraries=${PREFIX}/lib \ > --with-includes=${PREFIX}/include \
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 229523
: 194883