skalibs

Mirror/fork of https://skarnet.org/software/skalibs/
git clone https://ccx.te2000.cz/git/skalibs
Log | Files | Refs | README | LICENSE

commit 81872f7e0a6cbbb6aa29704459af0bc965d9c4a2
parent 09db8b32db61b085030e8be2c6da2e9c2a86a128
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Tue,  2 Apr 2024 16:31:24 +0000

 Support midipix

Signed-off-by: Laurent Bercot <ska@appnovation.com>

Diffstat:
Mconfigure | 1-
Msrc/include/skalibs/nonposix.h | 2+-
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/configure b/configure @@ -583,7 +583,6 @@ tryflag CPPFLAGS_AUTO -Wno-unused-value tryflag CPPFLAGS_AUTO -Wno-parentheses tryflag CFLAGS_AUTO -ffunction-sections tryflag CFLAGS_AUTO -fdata-sections -tryldflag LDFLAGS_SHARED -nostartfiles tryldflag LDFLAGS_AUTO -Wl,--as-needed tryldflag LDFLAGS_AUTO -Wl,--sort-section=alignment tryldflag LDFLAGS_AUTO -Wl,--sort-common diff --git a/src/include/skalibs/nonposix.h b/src/include/skalibs/nonposix.h @@ -34,7 +34,7 @@ #endif /* sun || __sun */ -#if defined(__linux__) || defined(__GNU__) +#if defined(__linux__) || defined(__GNU__) || defined(__midipix__) /* GNU (Linux or Hurd): most extensions are unavailable unless you enable _GNU_SOURCE. Some Linux interfaces are also