From 4c90b3bf8ca490e84023a6cfa03a922d1201f2a2 Mon Sep 17 00:00:00 2001 From: crc <> Date: Tue, 27 Jun 2023 00:19:27 +0000 Subject: [PATCH] fix for GNUmakefile (from drakonis) FossilOrigin-Name: a97e3a3faa2b8b8dbf46d58f649ca68a4c2007ecb8cf882abf13eb94150023c9 --- GNUmakefile | 2 ++ RELEASE-NOTES | 2 ++ 2 files changed, 4 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index 49a8ff2..93bd983 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -4,6 +4,8 @@ include Configuration.mk +ENABLED += -DNEEDS_STRL + LIBDL += -ldl # ------------------------------------------------------------- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 6c680ed..29870d6 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -11,6 +11,8 @@ * nga-c: split device code into separate source files * use hashed dictionary search by default * removed words deprecated in 2022.8 +* new example: konilo-wiki.retro +* GNUmakefile fix from drakonis ================================================================