libopenldap: Add missing Config.in hook
authorDonald Hoskins <redacted>
Sat, 6 Apr 2024 06:34:41 +0000 (02:34 -0400)
committerHannu Nyman <redacted>
Sun, 8 Jun 2025 15:41:52 +0000 (18:41 +0300)
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 <redacted>
libs/openldap/Makefile

index 9af33da6b618426406c252cbc1dc99a1f5c34e09..4cb8cda8f29149749cde99daf8fd5418e5a0e80e 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT