From e11893b2080884e0aabadc20b162b3a0f4d75884 Mon Sep 17 00:00:00 2001 From: Donald Hoskins Date: Sat, 6 Apr 2024 02:34:41 -0400 Subject: [PATCH] libopenldap: Add missing Config.in hook Package has a consistent Config.in file, but it isn't added to all parts of the file. libopenldap is unable to be built with --enable-debug because the Config.in is never attached to the libopenldap. Signed-off-by: Donald Hoskins --- libs/openldap/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libs/openldap/Makefile b/libs/openldap/Makefile index 9af33da6b6..4cb8cda8f2 100644 --- a/libs/openldap/Makefile +++ b/libs/openldap/Makefile @@ -53,6 +53,10 @@ define Package/libopenldap TITLE+= (libraries) endef +define Package/libopenldap/config + source "$(SOURCE)/Config.in" +endef + define Package/openldap/config source "$(SOURCE)/Config.in" endef