diff options
author | 2018-03-25 02:42:15 -0400 | |
---|---|---|
committer | 2018-03-25 02:42:15 -0400 | |
commit | de6b692ea5a1ae39b2798267ef133c52ef42b8d9 (patch) | |
tree | 5f2601e47a9c306d87e7f39f57c658de010a404f /dev-libs/uthash/files | |
parent | dev-lisp/clisp: keyworded 2.49.90 for ia64, bug #649816 (diff) | |
download | gentoo-de6b692ea5a1ae39b2798267ef133c52ef42b8d9.tar.gz gentoo-de6b692ea5a1ae39b2798267ef133c52ef42b8d9.tar.bz2 gentoo-de6b692ea5a1ae39b2798267ef133c52ef42b8d9.zip |
dev-libs/uthash: version bump to 2.0.2
Diffstat (limited to 'dev-libs/uthash/files')
-rw-r--r-- | dev-libs/uthash/files/uthash-2.0.2-cflags.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-libs/uthash/files/uthash-2.0.2-cflags.patch b/dev-libs/uthash/files/uthash-2.0.2-cflags.patch new file mode 100644 index 000000000000..e71506bce15b --- /dev/null +++ b/dev-libs/uthash/files/uthash-2.0.2-cflags.patch @@ -0,0 +1,11 @@ +--- uthash-2.0.2/tests/Makefile ++++ uthash-2.0.2/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 |