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 <grommish@gmail.com>
This commit is contained in:
Donald Hoskins
2024-04-06 02:34:41 -04:00
committed by Hannu Nyman
parent 9ff3655f93
commit e11893b208

View 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