[vlc-commits] contribs: partially revert 7631d5ee5aea64e7cc03c3b0d94a36f37e0c3d15

Felix Paul Kühne git at videolan.org
Tue Nov 29 20:18:10 CET 2011


vlc/vlc-1.2 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue Nov 29 20:18:05 2011 +0100| [15b7623c5a3cebd210d2a5f8e39acb10843aa274] | committer: Felix Paul Kühne

contribs: partially revert 7631d5ee5aea64e7cc03c3b0d94a36f37e0c3d15

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=15b7623c5a3cebd210d2a5f8e39acb10843aa274
---

 contrib/src/gcrypt/rules.mak |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/contrib/src/gcrypt/rules.mak b/contrib/src/gcrypt/rules.mak
index d220654..72fde6b 100644
--- a/contrib/src/gcrypt/rules.mak
+++ b/contrib/src/gcrypt/rules.mak
@@ -24,6 +24,6 @@ CONFIGURE_OPTS += --disable-aesni-support
 endif
 .gcrypt: libgcrypt
 	#$(RECONF)
-	cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --disable-asm --enable-ciphers=aes,des,rfc2268,arcfour --enable-digests=sha1,md5,rmd160,sha512 --enable-pubkey-ciphers=dsa,rsa,ecc $(CONFIGURE_OPTS)
+	cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --enable-ciphers=aes,des,rfc2268,arcfour --enable-digests=sha1,md5,rmd160,sha512 --enable-pubkey-ciphers=dsa,rsa,ecc $(CONFIGURE_OPTS)
 	cd $< && $(MAKE) install
 	touch $@



More information about the vlc-commits mailing list