Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19706 - ext2resize could easily support USE=static
Summary: ext2resize could easily support USE=static
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Brandon Low (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-21 03:26 UTC by Mr. Bones. (RETIRED)
Modified: 2003-04-24 20:08 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to add USE=static support to ext2resize (ext2resize.patch,733 bytes, patch)
2003-04-21 03:28 UTC, Mr. Bones. (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mr. Bones. (RETIRED) gentoo-dev 2003-04-21 03:26:46 UTC
Recently while wanting attempting to resize a ext3 partition, I realized that
it would be nice to be able to merge ext2resize with USE=static.

Seemed pretty simple so here is a patch.


Reproducible: Always
Steps to Reproduce:
1. USE=static emerge ext2resize

Actual Results:  
ext2resize what merged with dynamic linking.

Expected Results:  
ext2resize what merged with static linking.
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2003-04-21 03:28:58 UTC
Created attachment 10937 [details, diff]
patch to add USE=static support to ext2resize

I hope I got this right.  I copied the textutils ebuild.  It seems like
it should use LDFLAGS=-static for configure so it actually checks to make sure
the system supports static linking but that may be a pathological case.
Comment 2 Brandon Low (RETIRED) gentoo-dev 2003-04-24 19:30:15 UTC
Hmm... is this also the sort of thing that should be put in / instead of /usr?
Comment 3 Aron Griffis (RETIRED) gentoo-dev 2003-04-24 19:49:24 UTC
That sounds like a really good idea to me.
Comment 4 Brandon Low (RETIRED) gentoo-dev 2003-04-24 20:08:41 UTC
done and done, thanks.