]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/libpri
ids.cgi: Only show "update ruleset" button if a ruleset is present
[ipfire-2.x.git] / lfs / libpri
index b647674489f1aa16d56f481e0a8c74733a18eb93..cc09c1b43c2c704e47a05749cc2c8b34840a03a3 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2018  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        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.4.10.1
+VER        = 1.4.10.2
 
 THISAPP    = libpri-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 55ce81cd0b2cf0c40e287fc5bd5b4883
+$(DL_FILE)_MD5 = dc1523d8ee027cd62f20fc6cc9727489
 
 install : $(TARGET)
 
@@ -77,9 +77,8 @@ $(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) && make $(MAKETUNING) clean all KVERS=$(KVER)
+       cd $(DIR_APP) && make $(MAKETUNING) clean all KVERS=$(KVER) \
+               CFLAGS="$(CFLAGS)"
        cd $(DIR_APP) && make install KVERS=$(KVER)
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)
-
-