diff options
author | Jakub Moc <jakub@gentoo.org> | 2007-07-23 20:21:02 +0000 |
---|---|---|
committer | Jakub Moc <jakub@gentoo.org> | 2007-07-23 20:21:02 +0000 |
commit | 060e0f2ae870756013e81d696d967833e9a37665 (patch) | |
tree | 67b9ce51f6a798e3c819f5c06bfa9477a37e3cde /sys-fs/cryptmount/cryptmount-1.2.ebuild | |
parent | More lazy now... (diff) | |
download | sunrise-060e0f2ae870756013e81d696d967833e9a37665.tar.gz sunrise-060e0f2ae870756013e81d696d967833e9a37665.tar.bz2 sunrise-060e0f2ae870756013e81d696d967833e9a37665.zip |
More lazy now...
svn path=/sunrise/; revision=4321
Diffstat (limited to 'sys-fs/cryptmount/cryptmount-1.2.ebuild')
-rw-r--r-- | sys-fs/cryptmount/cryptmount-1.2.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys-fs/cryptmount/cryptmount-1.2.ebuild b/sys-fs/cryptmount/cryptmount-1.2.ebuild index a997b264b..46efd599f 100644 --- a/sys-fs/cryptmount/cryptmount-1.2.ebuild +++ b/sys-fs/cryptmount/cryptmount-1.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -inherit flag-o-matic linux-info +inherit linux-info DESCRIPTION="A utility for management and user-mode mounting of encrypted filesystems" HOMEPAGE="http://cryptmount.sourceforge.net/" @@ -28,9 +28,6 @@ ERROR_BLK_DEV_DM="Please enable Device mapper support in your kernel config <M> Device mapper support" src_compile() { - # recommended for setXid, dynamically linked biraries - append-ldflags $(bindnow-flags) - econf \ --with-gnu-ld \ --with-libgcrypt \ |