Skip to content

Commit

Permalink
[libxcrypt] Add LT_SYS_SYMBOL_USCORE stub
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt committed Mar 9, 2024
1 parent 8b5d225 commit a519300
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ports/libxcrypt/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ vcpkg_from_github(
REF "v${VERSION}"
SHA512 61e5e393654f37775457474d4170098314879ee79963d423c1c461e80dc5dc74f0c161dd8754f016ce96109167be6c580ad23994fa1d2c38c54b96e602f3aece
)
# stub for LT_SYS_SYMBOL_USCORE (from libltdl-dev), only needed for tests
vcpkg_replace_string("${SOURCE_PATH}/configure.ac" "LT_SYS_SYMBOL_USCORE" [[
m4_pattern_allow(LT_SYS_SYMBOL_USCORE)
LT_SYS_SYMBOL_USCORE
sys_symbol_underscore=${sys_symbol_underscore:=no}
]])

vcpkg_configure_make(
SOURCE_PATH "${SOURCE_PATH}"
Expand Down
1 change: 1 addition & 0 deletions ports/libxcrypt/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "libxcrypt",
"version": "4.4.36",
"port-version": 1,
"description": "libxcrypt is a modern library for one-way hashing of passwords. On Linux-based systems, by default libxcrypt will be binary backward compatible with the libcrypt.so.1 shipped as part of the GNU C Library.",
"homepage": "https://github.com/besser82/libxcrypt",
"license": "LGPL-2.1-only",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5138,7 +5138,7 @@
},
"libxcrypt": {
"baseline": "4.4.36",
"port-version": 0
"port-version": 1
},
"libxcvt": {
"baseline": "0.1.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libxcrypt.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c4bd14e071fc345c948e869d7939d51724bab890",
"version": "4.4.36",
"port-version": 1
},
{
"git-tree": "85a0274aca1b0c7bf756cb41f77d9dbfc2b6fb78",
"version": "4.4.36",
Expand Down

0 comments on commit a519300

Please sign in to comment.