SPECS: changepassword.spec - libdes is compiled from sources inste...
lkrotowski
lkrotowski at pld-linux.org
Sat May 12 03:32:10 CEST 2007
Author: lkrotowski Date: Sat May 12 01:32:10 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- libdes is compiled from sources instead of using precompiled version for x86
---- Files affected:
SPECS:
changepassword.spec (1.28 -> 1.29)
---- Diffs:
================================================================
Index: SPECS/changepassword.spec
diff -u SPECS/changepassword.spec:1.28 SPECS/changepassword.spec:1.29
--- SPECS/changepassword.spec:1.28 Thu Mar 29 10:06:31 2007
+++ SPECS/changepassword.spec Sat May 12 03:32:05 2007
@@ -3,8 +3,6 @@
# - webapps
# - move cgi binary to /usr/share/changepassword
# - write changepassword.conf for apache redirection + execution
-# - get sources for libdes and compile then instead of using
-# precompiled version for x86!!!
#
# Conditional build:
%bcond_without samba # without samba passwords support
@@ -39,6 +37,7 @@
%prep
%setup -q
cp %{SOURCE1} .
+tar -xf smbencrypt/libdes-4.04b.tar.gz
%build
%configure \
@@ -54,6 +53,10 @@
--disable-squidpasswd
%endif
+cd des
+make
+install libdes.a ../smbencrypt
+cd ..
%{__make}
%install
@@ -80,6 +83,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.29 2007/05/12 01:32:05 lkrotowski
+- libdes is compiled from sources instead of using precompiled version for x86
+
Revision 1.28 2007/03/29 08:06:31 glen
- revert illegal use of sysconfdir macro
- cosmetics
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/changepassword.spec?r1=1.28&r2=1.29&f=u
More information about the pld-cvs-commit
mailing list