summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Moc <jakub@gentoo.org>2007-04-05 11:14:48 +0000
committerJakub Moc <jakub@gentoo.org>2007-04-05 11:14:48 +0000
commit4741bf07be505db15d76cfcef46ef0bcf8265da1 (patch)
tree7fb44c24fea89806d095f6243690e44a061e389b /sys-fs/cryptmount/cryptmount-1.2.ebuild
parentapp-admin/pwsafe: Use bindnow-flags properly (diff)
downloadsunrise-4741bf07be505db15d76cfcef46ef0bcf8265da1.tar.gz
sunrise-4741bf07be505db15d76cfcef46ef0bcf8265da1.tar.bz2
sunrise-4741bf07be505db15d76cfcef46ef0bcf8265da1.zip
sys-fs/cryptmount: Use bindnow-flags properly
svn path=/sunrise/; revision=3346
Diffstat (limited to 'sys-fs/cryptmount/cryptmount-1.2.ebuild')
-rw-r--r--sys-fs/cryptmount/cryptmount-1.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/cryptmount/cryptmount-1.2.ebuild b/sys-fs/cryptmount/cryptmount-1.2.ebuild
index 01225d57e..a997b264b 100644
--- a/sys-fs/cryptmount/cryptmount-1.2.ebuild
+++ b/sys-fs/cryptmount/cryptmount-1.2.ebuild
@@ -29,7 +29,7 @@ ERROR_BLK_DEV_DM="Please enable Device mapper support in your kernel config
src_compile() {
# recommended for setXid, dynamically linked biraries
- append-ldflags -Wl,-z,now
+ append-ldflags $(bindnow-flags)
econf \
--with-gnu-ld \