FreeBSD Bugzilla – Attachment 244820 Details for
Bug 273753
[exp-run] Against llvm-17-update branch on GitHub
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix ports-mgmt/pkg build with lld 17
ports-mgmt__pkg-fix-lld17-build-1.diff (text/plain), 812 bytes, created by
Dimitry Andric
on 2023-09-14 07:15:47 UTC
(
hide
)
Description:
Fix ports-mgmt/pkg build with lld 17
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2023-09-14 07:15:47 UTC
Size:
812 bytes
patch
obsolete
>commit f170393becd7916de9a5e1ad340dc0574b33f126 >Author: Dimitry Andric <dim@FreeBSD.org> >Date: 2023-09-14 09:11:04 +0200 > > ports-mgmt/pkg: fix build with lld 17 > >diff --git a/ports-mgmt/pkg/files/patch-libpkg_Makefile.autosetup b/ports-mgmt/pkg/files/patch-libpkg_Makefile.autosetup >new file mode 100644 >index 000000000000..e5ce3b95b033 >--- /dev/null >+++ b/ports-mgmt/pkg/files/patch-libpkg_Makefile.autosetup >@@ -0,0 +1,11 @@ >+--- libpkg/Makefile.autosetup.orig 2023-08-23 16:01:46 UTC >++++ libpkg/Makefile.autosetup >+@@ -125,7 +125,7 @@ SRCS+= pkg_elf.c >+ SRCS+= pkg_macho.c >+ @else >+ SRCS+= pkg_elf.c >+-LOCAL_LDFLAGS+= -Wl,--version-script=$(top_srcdir)/libpkg/libpkg.ver \ >++LOCAL_LDFLAGS+= -Wl,--version-script=$(top_srcdir)/libpkg/libpkg.ver,--undefined-version \ >+ @endif >+ >+ @if libelf-internal
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 273753
: 244820