X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Flibpcap;h=0fb62dc92a449b0c6728ab5fc414d8be3fe6d9b1;hp=07e65cd20cb23743ba942ea0bd55d5e31ee19c40;hb=4b33d29de7ea95d2ae9a128d6fb2304331d9bdc1;hpb=b3e35d47800ee193ec373befa117c7c5baf6ff41 diff --git a/lfs/libpcap b/lfs/libpcap index 07e65cd20c..0fb62dc92a 100644 --- a/lfs/libpcap +++ b/lfs/libpcap @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2014 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2017 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,7 +24,7 @@ include Config -VER = 1.6.2 +VER = 1.8.1 THISAPP = libpcap-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 5f14191c1a684a75532c739c2c4059fa +$(DL_FILE)_MD5 = 3d48f9cd171ff12b0efd9134b52f1447 install : $(TARGET) @@ -74,7 +74,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure \ --prefix=/usr \ - --enable-bluetooth=no + --enable-bluetooth=no \ + --disable-dbus cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install