c-siphash: re-import git-subtree for 'src/c-siphash'
git subtree pull --prefix src/c-siphash git@github.com:c-util/c-siphash.git main --squash
This commit is contained in:
@@ -1,11 +1,9 @@
|
|||||||
# c-siphash - Streaming-capable SipHash Implementation
|
# c-siphash - Streaming-capable SipHash Implementation
|
||||||
|
|
||||||
## CHANGES WITH 1:
|
## CHANGES WITH 1.0.0:
|
||||||
|
|
||||||
* Initial release of c-siphash.
|
* Initial release of c-siphash.
|
||||||
|
|
||||||
* TBD
|
Contributions from: David Rheinsberg, Tom Gundersen
|
||||||
|
|
||||||
Contributions from: TBD
|
- Brno, 2022-06-22
|
||||||
|
|
||||||
- TBD, YYYY-MM-DD
|
|
||||||
|
@@ -19,10 +19,9 @@ libcsiphash_both = both_libraries(
|
|||||||
],
|
],
|
||||||
dependencies: libcsiphash_deps,
|
dependencies: libcsiphash_deps,
|
||||||
install: not meson.is_subproject(),
|
install: not meson.is_subproject(),
|
||||||
link_args: [
|
link_args: dep_cstdaux.get_variable('version-scripts') == 'yes' ? [
|
||||||
'-Wl,--no-undefined',
|
|
||||||
'-Wl,--version-script=@0@'.format(libcsiphash_symfile),
|
'-Wl,--version-script=@0@'.format(libcsiphash_symfile),
|
||||||
],
|
] : [],
|
||||||
link_depends: libcsiphash_symfile,
|
link_depends: libcsiphash_symfile,
|
||||||
soversion: 0,
|
soversion: 0,
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user