# HG changeset patch # User John Donoghue # Date 1591877765 14400 # Node ID 8999910050bee1587138dd51ea02975b8c1bec79 # Parent cd41c2d17ef361d21706aeb60a3c256863ccd7da * src/libbiosig.mk: dont modify io.h diff -r cd41c2d17ef3 -r 8999910050be src/libbiosig.mk --- a/src/libbiosig.mk Thu Jun 11 08:16:01 2020 -0400 +++ b/src/libbiosig.mk Thu Jun 11 08:16:05 2020 -0400 @@ -30,11 +30,6 @@ # make sure NDEBUG is defined $(SED) -i '/NDEBUG/ s|#||g' '$(1)'/Makefile - ### disables declaration of sopen from io.h (imported through unistd.h) - if [ "$(MXE_SYSTEM)" == "mingw" ]; then \ - $(SED) -i '/ sopen/ s#^/*#//#g' $(HOST_INCDIR)/io.h; \ - fi - #$(SED) -i 's| -fstack-protector | |g' '$(1)'/Makefile #$(SED) -i 's| -D_FORTIFY_SOURCE=2 | |g' '$(1)'/Makefile #$(SED) -i 's| -lssp | |g' '$(1)'/Makefile