diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-09 22:38:14 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-09 22:42:40 +0200 |
| commit | 702affc6d70dfec926ee5a0badce217a7044f9eb (patch) | |
| tree | c368d6efecacff6bae75b4f7201d068a2ab1e5a2 /gnu | |
| parent | ac886034020b11b647f893116824f7d7b998ce82 (diff) | |
gnu: liburcu: Omit static library.
* gnu/packages/datastructures.scm (liburcu)[arguments]:
Pass "--disable-static" to ./configure.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/datastructures.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/datastructures.scm b/gnu/packages/datastructures.scm index f10a54d376d..e89b7d7cfea 100644 --- a/gnu/packages/datastructures.scm +++ b/gnu/packages/datastructures.scm | |||
| @@ -149,6 +149,9 @@ in between these sequences may be different in both content and length.") | |||
| 149 | (base32 | 149 | (base32 |
| 150 | "0yx69kbx9zd6ayjzvwvglilhdnirq4f1x1sdv33jy8bc9wgc3vsf")))) | 150 | "0yx69kbx9zd6ayjzvwvglilhdnirq4f1x1sdv33jy8bc9wgc3vsf")))) |
| 151 | (build-system gnu-build-system) | 151 | (build-system gnu-build-system) |
| 152 | (arguments | ||
| 153 | `(#:configure-flags | ||
| 154 | (list "--disable-static"))) | ||
| 152 | (native-inputs | 155 | (native-inputs |
| 153 | `(("perl" ,perl))) ; for tests | 156 | `(("perl" ,perl))) ; for tests |
| 154 | (home-page "https://liburcu.org/") | 157 | (home-page "https://liburcu.org/") |
