[sysprof] build: use specify pic for static libsysprof-capture
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sysprof] build: use specify pic for static libsysprof-capture
- Date: Fri, 19 Feb 2021 17:38:30 +0000 (UTC)
commit 77a340e3f6189cc428f2d7856682b205be5d9ec3
Author: Christian Hergert <chergert redhat com>
Date: Fri Feb 19 09:37:24 2021 -0800
build: use specify pic for static libsysprof-capture
src/libsysprof-capture/meson.build | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/libsysprof-capture/meson.build b/src/libsysprof-capture/meson.build
index 6343165..e4e302c 100644
--- a/src/libsysprof-capture/meson.build
+++ b/src/libsysprof-capture/meson.build
@@ -52,6 +52,7 @@ libsysprof_capture = static_library(
install_dir: get_option('libdir'),
install: not meson.is_subproject(),
gnu_symbol_visibility: 'hidden',
+ pic: true,
)
libsysprof_capture_include_dirs = include_directories('.')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]