package/cryptopp: purge trailing '/' from CRYPTOPP_SITE
authorCarlos Santos <casantos@datacom.com.br>
Mon, 10 Dec 2018 18:42:46 +0000 (16:42 -0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Mon, 10 Dec 2018 21:01:28 +0000 (22:01 +0100)
<PKG>_SITE cannot have a trailing slash.

This was not detected by the check in generic-package because it is a
host-only package without Config.in symbol.

Signed-off-by: Carlos Santos <casantos@datacom.com.br>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/cryptopp/cryptopp.mk

index 08b18f2fbcda9185de87158832d6ff1eb5dac41a..bc1f5a87a2ed21cc2e68e7612e1639d619971673 100644 (file)
@@ -6,7 +6,7 @@
 
 CRYPTOPP_VERSION = 7.0.0
 CRYPTOPP_SOURCE = cryptopp$(subst .,,$(CRYPTOPP_VERSION)).zip
-CRYPTOPP_SITE = http://cryptopp.com/
+CRYPTOPP_SITE = http://cryptopp.com
 CRYPTOPP_LICENSE = BSL-1.0
 CRYPTOPP_LICENSE_FILES = License.txt
 CRYPTOPP_INSTALL_STAGING = YES