ac5117e6e2
Drop patches xxhash-compiler-warning-32-bit.patch (accepted upstream) and xxhash-pkgconfig.patch (issue fixed upstream) Fix empty version in .pc file
14 lines
384 B
Diff
14 lines
384 B
Diff
diff --git a/Makefile b/Makefile
|
|
index ef24e94..da1ce06 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -437,7 +437,7 @@ libxxhash.pc: libxxhash.pc.in
|
|
-e 's|@EXECPREFIX@|$(PCEXECDIR)|' \
|
|
-e 's|@LIBDIR@|$(PCLIBDIR)|' \
|
|
-e 's|@INCLUDEDIR@|$(PCINCDIR)|' \
|
|
- -e 's|@VERSION@|$(VERSION)|' \
|
|
+ -e 's|@VERSION@|$(LIBVER)|' \
|
|
$< > $@
|
|
|
|
|