Revert "Merge branch 'master' into dPoW"

This reverts commit a487e5a1d3, reversing
changes made to 6be96b7e1c.
This commit is contained in:
jl777
2017-10-13 16:43:52 +03:00
parent a487e5a1d3
commit 7c49b46d5a
6 changed files with 25 additions and 32 deletions

View File

@@ -3,7 +3,6 @@ $(package)_version=7.54.0
$(package)_download_path=https://curl.haxx.se/download
$(package)_file_name=curl-$($(package)_version).tar.gz
$(package)_sha256_hash=a84b635941c74e26cce69dd817489bec687eb1f230e7d1897fc5b5f108b59adf
$(package)_config_opts_linux=--disable-shared --enable-static --prefix=$(host_prefix)
$(package)_config_opts_mingw32=--enable-mingw --disable-shared --enable-static --prefix=$(host_prefix) --host=x86_64-w64-mingw32
$(package)_config_opts_darwin=--disable-shared --enable-static --prefix=$(host_prefix)
@@ -30,7 +29,6 @@ define $(package)_build_cmds
endef
endif
define $(package)_stage_cmds
$(MAKE) DESTDIR=$($(package)_staging_dir) install
endef