mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
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:
committed by
Hannu Nyman
parent
9ff3655f93
commit
e11893b208
@@ -53,6 +53,10 @@ define Package/libopenldap
|
|||||||
TITLE+= (libraries)
|
TITLE+= (libraries)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libopenldap/config
|
||||||
|
source "$(SOURCE)/Config.in"
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/openldap/config
|
define Package/openldap/config
|
||||||
source "$(SOURCE)/Config.in"
|
source "$(SOURCE)/Config.in"
|
||||||
endef
|
endef
|
||||||
|
|||||||
Reference in New Issue
Block a user