diff options
author | Henry Gebhardt <hsggebhardt@googlemail.com> | 2010-08-27 19:06:11 +0200 |
---|---|---|
committer | Henry Gebhardt <hsggebhardt@googlemail.com> | 2010-08-27 19:06:11 +0200 |
commit | 5b58a9a54a5af79a6890b031481de0536097c141 (patch) | |
tree | 84053a6a5efc05a65d2919a073b50207b2f31c02 /sci-astronomy | |
parent | app-backup/bup-0.17: "ping with the stars" (diff) | |
download | kork-5b58a9a54a5af79a6890b031481de0536097c141.tar.gz kork-5b58a9a54a5af79a6890b031481de0536097c141.tar.bz2 kork-5b58a9a54a5af79a6890b031481de0536097c141.zip |
sci-astronomy/fpipe-9999: Filter --as-needed from LDFLAGS
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/fpipe/Manifest | 2 | ||||
-rw-r--r-- | sci-astronomy/fpipe/fpipe-9999.ebuild | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sci-astronomy/fpipe/Manifest b/sci-astronomy/fpipe/Manifest index 87a9393..268abf1 100644 --- a/sci-astronomy/fpipe/Manifest +++ b/sci-astronomy/fpipe/Manifest @@ -1 +1 @@ -EBUILD fpipe-9999.ebuild 1720 RMD160 ff8773a190f80d0e4c4da486c14bff116085f762 SHA1 c103d5ace80542a83e6bee1b8c249178997480c6 SHA256 23f9ca1d7152402b83273f23e1bc9b28fe8f6829901f61233a37543922e4e34d +EBUILD fpipe-9999.ebuild 1752 RMD160 e4c8952b39e13d97683404dc54358b95911196c3 SHA1 3e0c1d8be086bafec13d4ab92fca09bc654b9420 SHA256 a61553c88da6843b674eff71c048c364f52f7ded35544d83be38a02414b06612 diff --git a/sci-astronomy/fpipe/fpipe-9999.ebuild b/sci-astronomy/fpipe/fpipe-9999.ebuild index 5ad6699..f4ab643 100644 --- a/sci-astronomy/fpipe/fpipe-9999.ebuild +++ b/sci-astronomy/fpipe/fpipe-9999.ebuild @@ -28,6 +28,7 @@ DEPEND=">=x11-libs/gtk+-2.14 pkg_setup() { ewarn "Note: this software is not yet in a too mature status so expect some minor things to break" + filter-ldflags -Wl,--as-needed } src_prepare() { |