Skip to content

Commit 0704387

Browse files
committed
Do not populate the full version to pkgconfig file
This prevents build erros in SCAP Workbench.
1 parent bc9719a commit 0704387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libopenscap.pc.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ includedir=${prefix}/include/openscap
66
Name: libopenscap
77
Description: An open source library enabling integration of the SCAP line of standards
88
URL: https://www.open-scap.org
9-
Version: @OPENSCAP_VERSION@
9+
Version: @OPENSCAP_VERSION_MAJOR@.@OPENSCAP_VERSION_MINOR@.@OPENSCAP_VERSION_PATCH@
1010
Libs: -L${libdir} -lopenscap
1111
Cflags: -I${includedir}

0 commit comments

Comments
 (0)