mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
libffi: Update to 3.2.1
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#usr/lib/libffi-3.0.11
|
||||
#usr/lib/libffi-3.0.11/include
|
||||
#usr/lib/libffi-3.0.11/include/ffi.h
|
||||
#usr/lib/libffi-3.0.11/include/ffitarget.h
|
||||
#usr/lib/libffi-3.2.1
|
||||
#usr/lib/libffi-3.2.1/include
|
||||
#usr/lib/libffi-3.2.1/include/ffi.h
|
||||
#usr/lib/libffi-3.2.1/include/ffitarget.h
|
||||
#usr/lib/libffi.a
|
||||
#usr/lib/libffi.la
|
||||
#usr/lib/libffi.so
|
||||
usr/lib/libffi.so.6
|
||||
usr/lib/libffi.so.6.0.0
|
||||
usr/lib/libffi.so.6.0.4
|
||||
#usr/lib/pkgconfig/libffi.pc
|
||||
#usr/share/info/libffi.info
|
||||
#usr/share/man/man3/ffi.3
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
|
||||
# Copyright (C) 2014 Michael Tremer & Christian Schmidt #
|
||||
# #
|
||||
# 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 = 3.0.11
|
||||
VER = 3.2.1
|
||||
|
||||
THISAPP = libffi-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = f69b9693227d976835b4857b1ba7d0e3
|
||||
$(DL_FILE)_MD5 = 83b89587607e3eb65c70d361f13bab43
|
||||
install : $(TARGET)
|
||||
|
||||
check : $(patsubst %,$(DIR_CHK)/%,$(objects))
|
||||
|
||||
Reference in New Issue
Block a user