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>
TITLE+= (libraries)
endef
+define Package/libopenldap/config
+ source "$(SOURCE)/Config.in"
+endef
+
define Package/openldap/config
source "$(SOURCE)/Config.in"
endef