|
@@ -4,7 +4,7 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-RHASH_VERSION = 1.4.3
|
|
|
+RHASH_VERSION = 1.4.4
|
|
|
RHASH_SOURCE = rhash-$(RHASH_VERSION)-src.tar.gz
|
|
|
RHASH_SITE = https://sourceforge.net/projects/rhash/files/rhash/$(RHASH_VERSION)
|
|
|
RHASH_LICENSE = 0BSD
|
|
@@ -36,13 +36,13 @@ define RHASH_CONFIGURE_CMDS
|
|
|
endef
|
|
|
|
|
|
ifeq ($(BR2_SHARED_LIBS),y)
|
|
|
-RHASH_BUILD_TARGETS = lib-shared build-shared
|
|
|
+RHASH_BUILD_TARGETS = lib-shared build
|
|
|
RHASH_INSTALL_TARGETS = install-lib-shared install-so-link
|
|
|
else ifeq ($(BR2_STATIC_LIBS),y)
|
|
|
RHASH_BUILD_TARGETS = lib-static
|
|
|
RHASH_INSTALL_TARGETS = install-lib-static
|
|
|
else
|
|
|
-RHASH_BUILD_TARGETS = lib-static lib-shared build-shared
|
|
|
+RHASH_BUILD_TARGETS = lib-static lib-shared build
|
|
|
RHASH_INSTALL_TARGETS = install-lib-static install-lib-shared install-so-link
|
|
|
endif
|
|
|
|