mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
strongswan: Update to 5.1.0dr2.
This commit is contained in:
@@ -24,13 +24,12 @@
|
|||||||
|
|
||||||
include Config
|
include Config
|
||||||
|
|
||||||
VER = 5.1.0dr1
|
VER = 5.1.0dr2
|
||||||
GIT_VER = 1d72875
|
|
||||||
|
|
||||||
THISAPP = strongswan-$(VER)
|
THISAPP = strongswan-$(VER)
|
||||||
DL_FILE = $(THISAPP).tar.gz
|
DL_FILE = $(THISAPP).tar.bz2
|
||||||
DL_FROM = $(URL_IPFIRE)
|
DL_FROM = $(URL_IPFIRE)
|
||||||
DIR_APP = $(DIR_SRC)/strongswan-$(GIT_VER)
|
DIR_APP = $(DIR_SRC)/strongswan-$(VER)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
|
|
||||||
ifeq "$(MACHINE)" "i586"
|
ifeq "$(MACHINE)" "i586"
|
||||||
@@ -47,7 +46,7 @@ objects = $(DL_FILE)
|
|||||||
|
|
||||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||||
|
|
||||||
$(DL_FILE)_MD5 = c5698c2c56f3ce08e5515f375fc99cef
|
$(DL_FILE)_MD5 = fce82d733d6aaaafdea652eb157ba45a
|
||||||
|
|
||||||
install : $(TARGET)
|
install : $(TARGET)
|
||||||
|
|
||||||
@@ -89,7 +88,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
|||||||
--enable-eap-radius \
|
--enable-eap-radius \
|
||||||
$(PADLOCK)
|
$(PADLOCK)
|
||||||
|
|
||||||
cd $(DIR_APP) && make $(MAKETUNING)
|
cd $(DIR_APP) && make $(MAKETUNING) LDFLAGS="-lrt"
|
||||||
cd $(DIR_APP) && make install
|
cd $(DIR_APP) && make install
|
||||||
|
|
||||||
# Remove all library files we don't want or need.
|
# Remove all library files we don't want or need.
|
||||||
|
|||||||
Reference in New Issue
Block a user