Преглед изворни кода

Merge pull request #1495 from oskar456/unboundecdsa

unbound: Support for validating ECDSA DNSSEC signatures
Steven Barth пре 9 година
родитељ
комит
47315efe2b
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1
    2
      net/unbound/Makefile

+ 1
- 2
net/unbound/Makefile Прегледај датотеку

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=unbound
11 11
 PKG_VERSION:=1.5.3
12
-PKG_RELEASE:=1
12
+PKG_RELEASE:=2
13 13
 
14 14
 PKG_LICENSE:=BSD-3-Clause
15 15
 PKG_LICENSE_FILES:=LICENSE
@@ -109,7 +109,6 @@ define Package/libunbound/description
109 109
 endef
110 110
 
111 111
 CONFIGURE_ARGS += \
112
-	--disable-ecdsa \
113 112
 	--disable-gost \
114 113
 	--enable-allsymbols \
115 114
 	--with-libexpat="$(STAGING_DIR)/usr" \