Update socat to a current version that is actually present
This commit is contained in:
parent
125dfedc19
commit
35e4b4d4ab
@ -4,7 +4,7 @@
|
||||
#
|
||||
#############################################################
|
||||
|
||||
SOCAT_VERSION=1.3.0.1
|
||||
SOCAT_VERSION=1.4.0.2
|
||||
|
||||
# Don't alter below this line unless you (think) you know
|
||||
# what you are doing! Danger, Danger!
|
||||
@ -12,7 +12,7 @@ SOCAT_VERSION=1.3.0.1
|
||||
SOCAT_SOURCE=socat-$(SOCAT_VERSION).tar.bz2
|
||||
SOCAT_SITE=http://www.dest-unreach.org/socat/download/
|
||||
#SOCAT_DIR=$(BUILD_DIR)/${shell basename $(SOCAT_SOURCE) .tar.bz2}
|
||||
SOCAT_DIR=$(BUILD_DIR)/socat-1.3
|
||||
SOCAT_DIR=$(BUILD_DIR)/socat-1.4
|
||||
#SOCAT_WORKDIR=$(BUILD_DIR)/socat_workdir
|
||||
SOCAT_WORKDIR=$(SOCAT_DIR)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user