diff options
author | Jonathan Davies <jpds@protonmail.com> | 2020-09-21 10:20:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-07 16:27:21 +0000 |
commit | e93f21233a33529cc68db70987e76eb14c80c6b7 (patch) | |
tree | 1ab1eee18389f5d3c0fc3b10fee338b097430f0c /dev-libs/uthash/files | |
parent | dev-util/idea-community: Version bump (diff) | |
download | gentoo-e93f21233a33529cc68db70987e76eb14c80c6b7.tar.gz gentoo-e93f21233a33529cc68db70987e76eb14c80c6b7.tar.bz2 gentoo-e93f21233a33529cc68db70987e76eb14c80c6b7.zip |
dev-libs/uthash: Version update to 2.1.0 with changes:
* Removed empty RDEPEND.
* Removed ${PN} in SRC_URI.
Signed-off-by: Jonathan Davies <jpds@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17624
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/uthash/files')
-rw-r--r-- | dev-libs/uthash/files/uthash-2.1.0-cflags.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-libs/uthash/files/uthash-2.1.0-cflags.patch b/dev-libs/uthash/files/uthash-2.1.0-cflags.patch new file mode 100644 index 000000000000..588ec26078c0 --- /dev/null +++ b/dev-libs/uthash/files/uthash-2.1.0-cflags.patch @@ -0,0 +1,11 @@ +--- uthash-2.1.0/tests/Makefile ++++ uthash-2.1.0/tests/Makefile +@@ -18,7 +18,7 @@ + CFLAGS += -I$(HASHDIR) + #CFLAGS += -DHASH_BLOOM=16 + #CFLAGS += -O2 +-CFLAGS += -g ++#CFLAGS += -g + #CFLAGS += -Wstrict-aliasing=2 + CFLAGS += -Wall + #CFLAGS += -Wextra |