Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 358466 Details for
Bug 484560
sys-apps/busybox-1.20.2[static,selinux]: link fails due to "-l-pthread" from pkgconfig
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch against the portage tree
busybox_1.20.2.USE_static_selinux.patch (text/plain), 879 bytes, created by
thaehaid
on 2013-09-11 08:48:01 UTC
(
hide
)
Description:
Patch against the portage tree
Filename:
MIME Type:
Creator:
thaehaid
Created:
2013-09-11 08:48:01 UTC
Size:
879 bytes
patch
obsolete
>--- /usr/portage/sys-apps/busybox/files/busybox-1.20.2-selinux-pkg-config.patch.old 2012-10-20 12:39:39.000000000 -0700 >+++ /usr/portage/sys-apps/busybox/files/busybox-1.20.2-selinux-pkg-config.patch 2013-09-03 21:22:55.000000000 -0700 >@@ -31,17 +31,17 @@ > +++ b/Makefile.flags > @@ -78,6 +78,12 @@ ARCH_FPIC ?= -fpic > ARCH_FPIE ?= -fpie > ARCH_PIE ?= -pie > > +# Usage: $(eval $(call pkg_check_modules,VARIABLE-PREFIX,MODULES)) > +define pkg_check_modules > +$(1)_CFLAGS := $(shell $(PKG_CONFIG) $(PKG_CONFIG_FLAGS) --cflags $(2)) >-+$(1)_LIBS := $(shell $(PKG_CONFIG) $(PKG_CONFIG_FLAGS) --libs $(2)) >++$(1)_LIBS := $(shell $(PKG_CONFIG) $(PKG_CONFIG_FLAGS) --libs-only-l $(2)) > +endef > + > ifeq ($(CONFIG_BUILD_LIBBUSYBOX),y) > # on i386: 14% smaller libbusybox.so > # (code itself is 9% bigger, we save on relocs/PLT/GOT) > @@ -89,6 +95,7 @@ endif > > ifeq ($(CONFIG_STATIC),y)
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 484560
:
358462
|
358466