[PR #712] [MERGED] fix: liblzma dynamic linking issues on MacOS #5521

Closed
opened 2026-05-28 23:37:52 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sigoden/dufs/pull/712
Author: @sigoden
Created: 5/26/2026
Status: Merged
Merged: 5/26/2026
Merged by: @sigoden

Base: mainHead: fix


📝 Commits (1)

  • aa0395e fix: liblzma dynamic linking issues on MacOS

📊 Changes

2 files changed (+2 additions, -0 deletions)

View changed files

📝 Cargo.lock (+1 -0)
📝 Cargo.toml (+1 -0)

📄 Description

This issue may have existed since the first released version, and users who don't use brew and directly download binaries are really rare.

I don't have this issue locally on my macOS because my which pkg-config is /opt/local/bin/pkg-config, whereas on GitHub Actions' macOS, it's under Homebrew.

Close #711


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sigoden/dufs/pull/712 **Author:** [@sigoden](https://github.com/sigoden) **Created:** 5/26/2026 **Status:** ✅ Merged **Merged:** 5/26/2026 **Merged by:** [@sigoden](https://github.com/sigoden) **Base:** `main` ← **Head:** `fix` --- ### 📝 Commits (1) - [`aa0395e`](https://github.com/sigoden/dufs/commit/aa0395edc48d70ab76d53cc595031fc8ff304b4d) fix: liblzma dynamic linking issues on MacOS ### 📊 Changes **2 files changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+1 -0) 📝 `Cargo.toml` (+1 -0) </details> ### 📄 Description This issue may have existed since the first released version, and users who don't use brew and directly download binaries are really rare. I don't have this issue locally on my macOS because my `which pkg-config` is `/opt/local/bin/pkg-config`, whereas on GitHub Actions' macOS, it's under Homebrew. Close #711 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-05-28 23:37:52 +03:00
zhus closed this issue 2026-05-28 23:37:52 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#5521