]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/openswan
Upgraded vdr softdevice to lastest official release
[people/pmueller/ipfire-2.x.git] / lfs / openswan
index 76eb5c90d32c9c59f076f065a8a22140a4d2c93c..b23f253f69b59cd71bf18f23d21ba1023d419391 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.4.13
+VER        = 2.4.12
 
 THISAPP    = openswan-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 0c2505cf2639a7de051e815f41e8e1f4
+$(DL_FILE)_MD5 = 0bca0cc205d2d83eff64a7cea825ce7a
 
 install : $(TARGET)
 
@@ -86,9 +86,18 @@ else
                -e 's%^INC_USRLOCAL.*$$%INC_USRLOCAL=/usr%' \
                -e 's%^USERCOMPILE.*$$%USERCOMPILE=$(CFLAGS)%' \
                -e 's%^KLIPSCOMPILE.*$$%KLIPSCOMPILE=$(CFLAGS)%' Makefile.inc
+
+#      cd $(DIR_APP) && sed -i 's/-Werror//' lib/libdns/Makefile
+#      cd $(DIR_APP) && sed -i 's/-Werror//' lib/libisc/Makefile
+#      cd $(DIR_APP) && sed -i 's/-Werror//' lib/liblwres/Makefile
+#      cd $(DIR_APP) && sed -i 's/-Werror//' programs/Makefile.program
+       
        cd $(DIR_APP) && make programs
        cd $(DIR_APP) && make install
        
+       # don't know why make this doesnt made
+       cd $(DIR_APP) && cp -a programs/_confread/_confread.in /usr/lib/ipsec/_confread
+       
        -rm -rfv /etc/rc*.d/*ipsec
        cd $(DIR_SRC) && cp src/initscripts/init.d/ipsec /etc/rc.d/init.d/ipsec
        rm -f /etc/ipsec.conf /etc/ipsec.secrets