From 6c14a9b66694bc2ef9d6a61bdf98b3ed02659fe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=C3=98yvind=20Karlsen?= Date: Sat, 1 Mar 2008 12:33:17 +0000 Subject: define WITH_DB in rpm5compat.h in stead of in Makefile drop useless conditionals for headers as they're already conditional in themself ;) --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 6ab4b17..f760e93 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -60,7 +60,7 @@ if ($pversion ge v4.4.90 && $pversion lt v4.5) { push @rpmflags, '-DRPM_450'; } if ($pversion ge v5.0) { - push @rpmflags, '-DRPM_500 -DWITH_DB'; + push @rpmflags, '-DRPM_500'; } } my $ccflags = join(' ', '-Wall -fno-strict-aliasing', @rpmflags); -- cgit v1.2.1