Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 18079 Details for
Bug 29270
USE=static support for sys-apps/lsof
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
USE=static support for sys-apps/lsof-4.68
lsof-4.68-static.patch (text/plain), 915 bytes, created by
Sascha Silbe
on 2003-09-21 09:06:41 UTC
(
hide
)
Description:
USE=static support for sys-apps/lsof-4.68
Filename:
MIME Type:
Creator:
Sascha Silbe
Created:
2003-09-21 09:06:41 UTC
Size:
915 bytes
patch
obsolete
>--- /usr/portage/sys-apps/lsof/lsof-4.68.ebuild 2003-09-19 00:44:48.000000000 +0200 >+++ lsof-4.68.ebuild 2003-09-21 17:59:20.000000000 +0200 >@@ -4,7 +4,7 @@ > > inherit flag-o-matic > >-IUSE="" >+IUSE="static" > MY_P=${P/-/_} > S=${WORKDIR}/${MY_P}/${MY_P}_src > DESCRIPTION="Lists open files for running Unix processes" >@@ -32,6 +32,8 @@ > # -taviso (15 Aug 03) > use alpha && filter-flags -fstack-protector > >+ use static && LDFLAGS="${LDFLAGS} -static" >+ > #interactive script: Enable HASSECURITY, WARNINGSTATE, and HASKERNIDCK > #is there a way to avoid the "echo to a file + file read"? > #Just piping in the results didn't seem to work. >@@ -40,7 +42,7 @@ > > #simple Makefile hack to insert CFLAGS > cp Makefile Makefile.orig >- sed -e "s/-DLINUXV/${CFLAGS} -DLINUXV/" Makefile.orig > Makefile >+ sed -e "s/-DLINUXV/${CFLAGS} -DLINUXV/" -e "/^CFGL=/ s/\$/ ${LDFLAGS}/" Makefile.orig > Makefile > > make all || die > }
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 29270
: 18079