diff options
author | 2018-09-17 11:40:25 +0200 | |
---|---|---|
committer | 2018-09-17 11:40:25 +0200 | |
commit | 9e004b8041e0ad0dac24797b8b7c0d26d0271cab (patch) | |
tree | 18d148dc87b423b08837d2367827b656c35a369b /dev-libs/xxhash/files/xxhash-0.6.5-do-not-compile-xxhash.o-twice.patch | |
parent | x11-themes/qtcurve: Bump to version 1.9.0 (diff) | |
download | gentoo-9e004b8041e0ad0dac24797b8b7c0d26d0271cab.tar.gz gentoo-9e004b8041e0ad0dac24797b8b7c0d26d0271cab.tar.bz2 gentoo-9e004b8041e0ad0dac24797b8b7c0d26d0271cab.zip |
Revert "dev-libs/xxhash: Compile xxhash.c just once, really"
This reverts commit 173c62837c28971e2c0c3bbc038ec16fe4930b38.
Diffstat (limited to 'dev-libs/xxhash/files/xxhash-0.6.5-do-not-compile-xxhash.o-twice.patch')
-rw-r--r-- | dev-libs/xxhash/files/xxhash-0.6.5-do-not-compile-xxhash.o-twice.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-libs/xxhash/files/xxhash-0.6.5-do-not-compile-xxhash.o-twice.patch b/dev-libs/xxhash/files/xxhash-0.6.5-do-not-compile-xxhash.o-twice.patch new file mode 100644 index 00000000000..dcbc8c32dec --- /dev/null +++ b/dev-libs/xxhash/files/xxhash-0.6.5-do-not-compile-xxhash.o-twice.patch @@ -0,0 +1,11 @@ +--- a/Makefile ++++ b/Makefile +@@ -82,7 +82,7 @@ + all: lib xxhsum xxhsum_inlinedXXH + + xxhsum32: CFLAGS += -m32 +-xxhsum xxhsum32: xxhash.c xxhsum.c ++xxhsum xxhsum32: xxhash.o xxhsum.c + $(CC) $(FLAGS) $^ -o $@$(EXT) + + .PHONY: xxhsum_and_links |