]> git.pld-linux.org Git - packages/changepassword.git/commitdiff
- libdes is compiled from sources instead of using precompiled version for x86
authorŁukasz Krotowski <lkrotowski@pld-linux.org>
Sat, 12 May 2007 01:32:05 +0000 (01:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    changepassword.spec -> 1.29

changepassword.spec

index 50dba366924d587c5407ca1c671a5ba123434963..938db65303ff5c4ef6bef2fd0dce281c5c5967d5 100644 (file)
@@ -2,8 +2,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
@@ -38,6 +36,7 @@ zmieniane w trybie rzeczywistym.
 %prep
 %setup -q
 cp %{SOURCE1} .
+tar -xf smbencrypt/libdes-4.04b.tar.gz
 
 %build
 %configure \
@@ -53,6 +52,10 @@ cp %{SOURCE1} .
        --disable-squidpasswd
 %endif
 
+cd des
+make
+install libdes.a ../smbencrypt
+cd ..
 %{__make}
 
 %install
This page took 0.082795 seconds and 4 git commands to generate.