]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/perl-Authen-SASL
nettle: Update to 3.7.3
[people/pmueller/ipfire-2.x.git] / lfs / perl-Authen-SASL
index 4052c44aeda9d25eae2f8b72138f2a19a90b1c85..5fee316aeb0d7581e212372b451439f6d4a9565a 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2015  IPFire Team  <info@ipfire.org>                          #
+# Copyright (C) 2007-2019  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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        #
@@ -32,8 +32,8 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = perl-Authen-SASL
-DEPS       = ""
-PAK_VER    = 1
+DEPS       =
+PAK_VER    = 3
 
 ###############################################################################
 # Top-level Rules
@@ -76,7 +76,7 @@ $(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) && perl Makefile.PL
+       cd $(DIR_APP) && PERL_USE_UNSAFE_INC=1 perl Makefile.PL
        cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)