mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 05:36:38 +02:00
We don't specify nrev so the version was "5.3.0_". Remove the "_" to have an apk3 compatible version. Also "5.3.0_" and "5.3.0" are considered the same version by pkgconf so there should be no new issue.
12 lines
585 B
Diff
12 lines
585 B
Diff
Fix format since we don't include a revision number
|
|
|
|
--- a/jemalloc.pc.in
|
|
+++ b/jemalloc.pc.in
|
|
@@ -7,6 +7,6 @@ install_suffix=@install_suffix@
|
|
Name: jemalloc
|
|
Description: A general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
|
|
URL: http://jemalloc.net/
|
|
-Version: @jemalloc_version_major@.@jemalloc_version_minor@.@jemalloc_version_bugfix@_@jemalloc_version_nrev@
|
|
+Version: @jemalloc_version_major@.@jemalloc_version_minor@.@jemalloc_version_bugfix@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -ljemalloc${install_suffix}
|