2
3
Fork
You've already forked ncsu
0

build: use correct libzstd link name #244

Closed
tranzystorekk wants to merge 1 commit from refs/pull/244/head into zig
pull from: refs/pull/244/head
merge into: selfisekai:zig
selfisekai:zig
selfisekai:zig0.16
selfisekai:master
selfisekai:zig-threaded
selfisekai:openat
selfisekai:chdir
selfisekai:clear
selfisekai:compll
tranzystorekk commented 2024年09月28日 11:44:25 +02:00 (Migrated from code.blicky.net)
Copy link

Found out when testing 2.6 on Void Linux that the link name is incorrect (build fails on linking liblibzstd)

Found out when testing 2.6 on Void Linux that the link name is incorrect (build fails on linking `liblibzstd`)
yorhel commented 2024年09月28日 13:38:49 +02:00 (Migrated from code.blicky.net)
Copy link

Have you installed the libzstd-devel package? linkSystemLibrary() is supposed to use pkg-config instead of attempting to link to the given library directly; the pkgconfig file is indeed called 'libzstd'.

Have you installed the `libzstd-devel` package? `linkSystemLibrary()` is supposed to use pkg-config instead of attempting to link to the given library directly; the pkgconfig file is indeed called 'libzstd'.
tranzystorekk commented 2024年09月28日 13:52:04 +02:00 (Migrated from code.blicky.net)
Copy link

Ah, the template didn't install pkg-config before because ncurses didn't need it strictly 😅

Ah, the template didn't install pkg-config before because ncurses didn't need it strictly 😅

Pull request closed

This pull request cannot be reopened because the branch was deleted.
Sign in to join this conversation.
No reviewers
No labels
1.x
2.x
bug
feature
imported
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
selfisekai/ncsu!244
Reference in a new issue
selfisekai/ncsu
No description provided.
Delete branch "refs/pull/244/head"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?