From eec9287b44f84ab1d109e1590f29e5c3e6e4ba30 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 15 Jan 2006 23:49:36 +0000 Subject: [PATCH] - lbflags typo patch - enabled cracklib, but doesn't work Changed files: cpu.spec -> 1.4 --- cpu.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cpu.spec b/cpu.spec index 381250e..b6e254f 100644 --- a/cpu.spec +++ b/cpu.spec @@ -9,6 +9,7 @@ Source0: http://dl.sourceforge.net/cpu/%{name}-%{version}.tar.bz2 # Source0-md5: 2d128f82261967d41458800752bc943d URL: http://cpu.sourceforge.net/ Patch0: %{name}-DESTDIR.patch +Patch1: %{name}-lbflags.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool @@ -30,13 +31,16 @@ useradd/usermod/userdel, korzystaj %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__libtoolize} %{__aclocal} %{__autoconf} %{__automake} -%configure +%configure \ + --with-ldap \ + --with-cracklib %{__make} %install -- 2.43.0