diff options
author | Sam James <sam@gentoo.org> | 2022-10-28 03:02:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-28 03:02:07 +0100 |
commit | dbd2882396b4fd98bec8809d7069bed59eb7aa4c (patch) | |
tree | 9ee35560f50bb50a3b0c67aadf0daba0959a3261 /app-crypt/mhash | |
parent | sys-process/procps: drop obsolete cross malloc workaround (diff) | |
download | gentoo-dbd2882396b4fd98bec8809d7069bed59eb7aa4c.tar.gz gentoo-dbd2882396b4fd98bec8809d7069bed59eb7aa4c.tar.bz2 gentoo-dbd2882396b4fd98bec8809d7069bed59eb7aa4c.zip |
app-crypt/mhash: use configure.ac patch rather than cache var
We already run eautoreconf, so..
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/mhash')
-rw-r--r-- | app-crypt/mhash/mhash-0.9.9.9-r2.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app-crypt/mhash/mhash-0.9.9.9-r2.ebuild b/app-crypt/mhash/mhash-0.9.9.9-r2.ebuild index 348dd9535bec..a2383e956b83 100644 --- a/app-crypt/mhash/mhash-0.9.9.9-r2.ebuild +++ b/app-crypt/mhash/mhash-0.9.9.9-r2.ebuild @@ -25,6 +25,7 @@ PATCHES=( "${FILESDIR}"/${P}-force64bit-tiger.patch "${FILESDIR}"/${P}-align.patch "${FILESDIR}"/${P}-alignment.patch + "${FILESDIR}"/${P}-no-malloc-check.patch ) DOCS=( doc/example.c doc/skid2-authentication ) @@ -45,9 +46,6 @@ src_prepare() { } src_configure() { - # https://sourceforge.net/p/mhash/patches/11/ - export ac_cv_func_malloc_0_nonnull=yes - econf $(use_enable static-libs static) } |