diff options
author | 2018-09-17 11:40:34 +0200 | |
---|---|---|
committer | 2018-09-17 11:40:34 +0200 | |
commit | 2ced48fa349c2dc39e09dcd7ac6eac76510c8ae6 (patch) | |
tree | 3c06002a9b7885c1aa6b189cc57220a33e4a1082 /dev-libs/xxhash/files/xxhash-0.6.5-do-not-compile-xxhash.o-twice.patch | |
parent | Revert "dev-libs/xxhash: Compile xxhash.c just once, really" (diff) | |
download | gentoo-2ced48fa349c2dc39e09dcd7ac6eac76510c8ae6.tar.gz gentoo-2ced48fa349c2dc39e09dcd7ac6eac76510c8ae6.tar.bz2 gentoo-2ced48fa349c2dc39e09dcd7ac6eac76510c8ae6.zip |
Revert "dev-libs/xxhash: Compile xxhash.o once"
This reverts commit 01e24f2cd0d3bea9dab9c6047648941d677dbcb6.
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, 0 insertions, 11 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 deleted file mode 100644 index dcbc8c32dec..00000000000 --- a/dev-libs/xxhash/files/xxhash-0.6.5-do-not-compile-xxhash.o-twice.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |