|
@@ -28,6 +28,9 @@ ENABLE_WIDEC ?= "true"
|
|
# _GNU_SOURCE is required for widec stuff and is not detected automatically
|
|
# _GNU_SOURCE is required for widec stuff and is not detected automatically
|
|
CPPFLAGS += "-D_GNU_SOURCE"
|
|
CPPFLAGS += "-D_GNU_SOURCE"
|
|
|
|
|
|
|
|
+# Check if we still need it when next release (6.6) happens
|
|
|
|
+CFLAGS += "-std=gnu17"
|
|
|
|
+
|
|
# natives don't generally look in base_libdir
|
|
# natives don't generally look in base_libdir
|
|
base_libdir:class-native = "${libdir}"
|
|
base_libdir:class-native = "${libdir}"
|
|
|
|
|