]> git.pld-linux.org Git - packages/cpu.git/commitdiff
- lbflags typo patch
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 15 Jan 2006 23:49:36 +0000 (23:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- enabled cracklib, but doesn't work

Changed files:
    cpu.spec -> 1.4

cpu.spec

index 381250eb76b52a0e146614849033831fd9150fd5..b6e254f66e8df8d91bf1f7f99ec48dffe3e197be 100644 (file)
--- 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
 # Source0-md5: 2d128f82261967d41458800752bc943d
 URL:           http://cpu.sourceforge.net/
 Patch0:                %{name}-DESTDIR.patch
+Patch1:                %{name}-lbflags.patch
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
@@ -30,13 +31,16 @@ useradd/usermod/userdel, korzystaj
 %prep
 %setup -q
 %patch0 -p1
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__automake}
 
 %build
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-%configure
+%configure \
+       --with-ldap \
+       --with-cracklib
 %{__make}
 
 %install
 %{__make}
 
 %install
This page took 0.035998 seconds and 4 git commands to generate.