Remove unneeded patch

This commit is contained in:
Jason Rhinelander 2019-12-23 15:09:45 -04:00
parent 63b52422f6
commit a8d4887bb8

View file

@ -3,7 +3,6 @@ $(package)_version=1.1.1d
$(package)_download_path=https://www.openssl.org/source
$(package)_file_name=$(package)-$($(package)_version).tar.gz
$(package)_sha256_hash=1e3a91bc1f9dfce01af26026f856e064eab4c8ee0a8f457b5ae30b40b8b711f2
$(package)_patches=fix_arflags.patch
define $(package)_set_vars
$(package)_config_env=AR="$($(package)_ar)" ARFLAGS=$($(package)_arflags) RANLIB="$($(package)_ranlib)" CC="$($(package)_cc)"
@ -50,8 +49,7 @@ endef
# make reproducible - replace `time()` used in the build with a fixed timestamp:
define $(package)_preprocess_cmds
sed -i.old 's/^\(my \$date = .*\) time()/\1 1575269735/' util/mkbuildinf.pl && \
sed -i -e "s/-mandroid //" Configure && \
patch < $($(package)_patch_dir)/fix_arflags.patch
sed -i -e "s/-mandroid //" Configure
endef
define $(package)_config_cmds