gentoo/dev-perl/Crypt-Cracklib/files/Crypt-Cracklib-1.7-CFLAGS-1.patch
Kent Fredric 1d79ac57f4
dev-perl/Crypt-Cracklib: -r bump for EAPI7 and fixes
- EAPI7
- Expand dependencies better
- Migrade "sed" hackery to a patch
- Rework existing patch into git format
- Unconditionally patch out bad tests
- Ensure CFLAGS passed through to make

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
2020-07-01 01:59:57 +12:00

26 lines
615 B
Diff

From 160ea833ef64916906c9334f7da12db3208293eb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= <dilfridge@gentoo.org>
Date: Wed, 16 Oct 2019 17:00:25 +1300
Subject: Avoid clobbering CFLAGS in Makefile.pl
Bug: https://bugs.gentoo.org/658000
---
Makefile.PL | 1 -
1 file changed, 1 deletion(-)
diff --git a/Makefile.PL b/Makefile.PL
index 34f1008..6ede3a6 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -15,7 +15,6 @@ test_requires 'Test::More' => '0.47';
requires_external_cc();
cc_lib_links('crack');
-cc_optimize_flags('-g -Wall -Werror');
auto_install();
WriteAll();
--
2.27.0