[rs-commit] r207 - /rs-distribution/trunk/openwrt/security/redwax-apache-mod-crl/Makefile

rs-commit at redwax.eu rs-commit at redwax.eu
Wed Jan 1 17:41:13 CET 2020


Author: minfrin at redwax.eu
Date: Wed Jan  1 17:41:13 2020
New Revision: 207

Log:
Depend explicitly on redwax-apache-mod-ca.

Modified:
    rs-distribution/trunk/openwrt/security/redwax-apache-mod-crl/Makefile

Modified: rs-distribution/trunk/openwrt/security/redwax-apache-mod-crl/Makefile
==============================================================================
--- rs-distribution/trunk/openwrt/security/redwax-apache-mod-crl/Makefile	(original)
+++ rs-distribution/trunk/openwrt/security/redwax-apache-mod-crl/Makefile	Wed Jan  1 17:41:13 2020
@@ -23,7 +23,7 @@
 PKG_INSTALL:=1
 
 PKG_CONFIG_DEPENDS := \
-	CONFIG_APACHE
+	CONFIG_PACKAGE_redwax-apache-mod-ca
 
 include $(INCLUDE_DIR)/package.mk
 
@@ -37,7 +37,7 @@
 
 define Package/redwax-apache-mod-crl
 $(call Package/redwax-apache-mod-crl/Default)
-  DEPENDS:=+apache +libopenssl
+  DEPENDS:=+apache +libopenssl +redwax-apache-mod-ca
 endef
 
 define Package/redwax-apache-mod-crl/description



More information about the rs-commit mailing list