Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 329960 Details for
Bug 443932
app-misc/screen - add USE=static
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for screen-4.0.3-r6.ebuild to add the static USE flag.
static-screen.patch (text/plain), 1.09 KB, created by
Alessandro Di Federico
on 2012-11-19 16:32:00 UTC
(
hide
)
Description:
Patch for screen-4.0.3-r6.ebuild to add the static USE flag.
Filename:
MIME Type:
Creator:
Alessandro Di Federico
Created:
2012-11-19 16:32:00 UTC
Size:
1.09 KB
patch
obsolete
>--- /usr/portage/app-misc/screen/screen-4.0.3-r6.ebuild 2012-11-07 16:04:41.000000000 +0000 >+++ /usr/local/portage/app-misc/screen/screen-4.0.3-r6.ebuild 2012-11-19 16:25:39.887087213 +0000 >@@ -15,12 +15,14 @@ > LICENSE="GPL-2" > SLOT="0" > KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" >-IUSE="debug nethack pam selinux multiuser" >+IUSE="debug nethack pam selinux multiuser static" > >-RDEPEND=">=sys-libs/ncurses-5.2 >+LIB_DEPEND=">=sys-libs/ncurses-5.2[static-libs(+)]" >+RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} ) > pam? ( virtual/pam ) > selinux? ( sec-policy/selinux-screen )" >-DEPEND="${RDEPEND}" >+DEPEND="${RDEPEND} >+ static? ( ${LIB_DEPEND} )" > > pkg_setup() { > # Make sure utmp group exists, as it's used later on. >@@ -100,6 +102,7 @@ > > use nethack || append-flags "-DNONETHACK" > use debug && append-flags "-DDEBUG" >+ use static && append-ldflags -static > > econf \ > --with-socket-dir="${EPREFIX}/var/run/screen" \
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 443932
: 329960