X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2FNet_SSLeay;h=e807e0d29f64a63d1c5add95ccb04e838977f8f2;hp=d40c90611b284a7dc03bfcc001a8bc7e75afb418;hb=5c3da078b3deb53b001a4bc91f50216807ab9bcc;hpb=70df830214c97a68fcb7e89ae0d7df58c35590be diff --git a/lfs/Net_SSLeay b/lfs/Net_SSLeay index d40c90611b..e807e0d29f 100644 --- a/lfs/Net_SSLeay +++ b/lfs/Net_SSLeay @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2013 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,9 +24,9 @@ include Config -VER = 1.25 +VER = 1.55 -THISAPP = Net_SSLeay.pm-$(VER) +THISAPP = Net-SSLeay-$(VER) DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 87de8a06802fbb63c7c85e89eedbe139 +$(DL_FILE)_MD5 = 473b8d66ca69d5784bb0e428721f58e0 install : $(TARGET) @@ -70,9 +70,12 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && sed -i "s%,'y'%,'n'%" Makefile.PL cd $(DIR_APP) && yes 'n' | perl Makefile.PL - cd $(DIR_APP) && make + + cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install + @rm -rf $(DIR_APP) @$(POSTBUILD)