diff --git a/srcpkgs/rhash/patches/configure.patch b/srcpkgs/rhash/patches/configure.patch new file mode 100644 index 0000000000..afd1aebd6f --- /dev/null +++ b/srcpkgs/rhash/patches/configure.patch @@ -0,0 +1,17 @@ +--- configure.orig ++++ configure +@@ -194,7 +194,6 @@ + ;; + *) + echo "unknown option $OPT" +- exit 1 + ;; + esac + shift +@@ -897,4 +896,4 @@ + Libs.private: ${OPENSSL_LDFLAGS} + + EOF +-fi +\ No newline at end of file ++fi diff --git a/srcpkgs/rhash/template b/srcpkgs/rhash/template index c002dba34b..4ad6339b14 100644 --- a/srcpkgs/rhash/template +++ b/srcpkgs/rhash/template @@ -1,16 +1,18 @@ # Template file for 'rhash' pkgname=rhash -version=1.3.5 +version=1.3.6 revision=1 wrksrc="RHash-${version}" -build_style=gnu-makefile +build_style=gnu-configure +configure_args="--enable-openssl --disable-openssl-runtime" conf_files="/etc/rhashrc" +makedepends="libressl-devel" short_desc="Utility for computing hash sums and creating magnet links" maintainer="Leah Neukirchen " license="RHash" homepage="https://github.com/rhash/RHash" distfiles="https://github.com/rhash/RHash/archive/v${version}.tar.gz" -checksum=98e0688acae29e68c298ffbcdbb0f838864105f9b2bd8857980664435b1f1f2e +checksum=964df972b60569b5cb35ec989ced195ab8ea514fc46a74eab98e86569ffbcf92 make_build_target="all lib-shared" make_install_target="install install-lib-shared"