|
@@ -4,11 +4,11 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-SOCAT_VERSION = 2.0.0-b9
|
|
|
+SOCAT_VERSION = 1.7.3.2
|
|
|
SOCAT_SOURCE = socat-$(SOCAT_VERSION).tar.bz2
|
|
|
SOCAT_SITE = http://www.dest-unreach.org/socat/download
|
|
|
-SOCAT_LICENSE = GPL-2.0
|
|
|
-SOCAT_LICENSE_FILES = COPYING
|
|
|
+SOCAT_LICENSE = GPL-2.0 with OpenSSL exception
|
|
|
+SOCAT_LICENSE_FILES = README COPYING COPYING.OpenSSL
|
|
|
|
|
|
SOCAT_CONF_ENV = sc_cv_termios_ispeed=no
|
|
|
|
|
@@ -24,10 +24,9 @@ SOCAT_CONF_ENV += \
|
|
|
sc_cv_sys_csize_shift=4
|
|
|
endif
|
|
|
|
|
|
-# We need to run autoconf to regenerate the configure script, in order
|
|
|
-# to ensure that the test checking linux/ext2_fs.h works
|
|
|
-# properly. However, the package only uses autoconf and not automake,
|
|
|
-# so we can't use the normal autoreconf logic.
|
|
|
+# We need to run autoconf to regenerate the configure script, since we patch
|
|
|
+# configure.in and Makefile.in. However, the package only uses autoconf and not
|
|
|
+# automake, so we can't use the normal autoreconf logic.
|
|
|
|
|
|
SOCAT_DEPENDENCIES = host-autoconf
|
|
|
|