Commit fbfd5149 authored by Rafaël Carré's avatar Rafaël Carré

extras/tools: remove openssl

it is never enabled
parent 017fa489
......@@ -29,9 +29,6 @@ TAR_URL=$(GNU)/tar/tar-$(TAR_VERSION).tar.bz2
XZ_VERSION=5.0.3
XZ_URL=http://tukaani.org/xz/xz-$(XZ_VERSION).tar.bz2
OPENSSL_VERSION=1.0.0e
OPENSSL_URL=http://www.openssl.org/source/openssl-$(OPENSSL_VERSION).tar.gz
GAS_VERSION=eca4c18
GAS_URL=http://git.libav.org/?p=gas-preprocessor.git;a=snapshot;h=$(GAS_VERSION);sf=tgz
......
......@@ -197,24 +197,6 @@ CLEAN_FILE += .pkg-config
CLEAN_PKG += pkgconfig
DISTCLEAN_PKG += pkg-config-$(PKGCFG_VERSION).tar.gz
# openssl
# we need to use -j1 here, since otherwise compilation fails (at least on Darwin)
openssl-$(OPENSSL_VERSION).tar.gz:
$(call download,$(OPENSSL_URL))
openssl: openssl-$(OPENSSL_VERSION).tar.gz
$(UNPACK)
$(MOVE)
.openssl: openssl
(cd openssl; ./config --prefix=$(PREFIX) no-shared no-zlib && $(MAKE) -j1 && $(MAKE) test && $(MAKE) install)
touch $@
CLEAN_FILE += .openssl
CLEAN_PKG += openssl
DISTCLEAN_PKG += openssl-$(OPENSSL_VERSION).tar.gz
# gas-preprocessor
gas-preprocessor-$(GAS_VERSION).tar.gz:
$(call download,$(GAS_URL))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment