mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
security version bump with build fixes from nedd
This commit is contained in:
parent
3bc8257dc7
commit
99f63de9aa
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
|
|
||||||
SOCAT_VERSION=1.4.0.2
|
SOCAT_VERSION=1.4.0.3
|
||||||
|
|
||||||
# Don't alter below this line unless you (think) you know
|
# Don't alter below this line unless you (think) you know
|
||||||
# what you are doing! Danger, Danger!
|
# what you are doing! Danger, Danger!
|
||||||
@ -42,7 +42,9 @@ $(SOCAT_WORKDIR)/Makefile: $(SOCAT_DIR)/.unpacked
|
|||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--mandir=/usr/man \
|
--mandir=/usr/man \
|
||||||
--infodir=/usr/info \
|
--infodir=/usr/info \
|
||||||
$(DISABLE_NLS) \
|
--disable-termios \
|
||||||
|
$(DISABLE_NLS); \
|
||||||
|
$(SED) 's/#define HAVE_TERMIOS_ISPEED 1/#undef HAVE_TERMIOS_ISPEED/g' config.h; \
|
||||||
);
|
);
|
||||||
|
|
||||||
$(SOCAT_WORKDIR)/socat: $(SOCAT_WORKDIR)/Makefile
|
$(SOCAT_WORKDIR)/socat: $(SOCAT_WORKDIR)/Makefile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user