xxhash-static-link.patch 447 B

1234567891011121314151617181920
  1. --- a/src/lib/fy-accel.c (index)
  2. +++ b/src/lib/fy-accel.c (working tree)
  3. @@ -19,6 +19,7 @@
  4. #include "fy-accel.h"
  5. +#define XXH_STATIC_LINKING_ONLY
  6. #include "xxhash.h"
  7. /* powers of two and the closest primes before
  8. --- a/src/lib/fy-doc.c (index)
  9. +++ b/src/lib/fy-doc.c (working tree)
  10. @@ -24,6 +24,7 @@
  11. #include "fy-utils.h"
  12. +#define XXH_STATIC_LINKING_ONLY
  13. #include "xxhash.h"
  14. static const struct fy_hash_desc hd_anchor;