Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 747300 Details for
Bug 820740
sys-libs/libcap-2.60 ld.lld: error: undefined symbol: main >>> referenced by /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../lib64/Scrt1.o:(_start)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Respect LDFLAGS when making _makenames
libcap-2.60-_makenames-LDFLAGS.patch (text/plain), 329 bytes, created by
Tee KOBAYASHI
on 2021-10-29 19:04:04 UTC
(
hide
)
Description:
Respect LDFLAGS when making _makenames
Filename:
MIME Type:
Creator:
Tee KOBAYASHI
Created:
2021-10-29 19:04:04 UTC
Size:
329 bytes
patch
obsolete
>--- libcap-2.60/libcap/Makefile.orig >+++ libcap-2.60/libcap/Makefile >@@ -76,7 +76,7 @@ > $< >$@ > > _makenames: _makenames.c cap_names.list.h >- $(BUILD_CC) $(BUILD_CFLAGS) $(BUILD_CPPFLAGS) $< -o $@ >+ $(BUILD_CC) $(BUILD_CFLAGS) $(BUILD_CPPFLAGS) $(BUILD_LDFLAGS) $< -o $@ > > cap_names.h: _makenames > ./_makenames > cap_names.h
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 820740
:
747282
|
747285
| 747300