diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-07 12:31:52 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-07 23:02:04 +0700 |
commit | b46da3ba5c49026cc3fcef3af89d0424d598b030 (patch) | |
tree | 8954911e4adf930378cf1eec1900fc984f29734e | |
parent | 00c2c1f246c9390c346200f91f3a3f15324e3675 (diff) |
audio/qtractor: Fix build.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | audio/qtractor/qtractor.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/qtractor/qtractor.SlackBuild b/audio/qtractor/qtractor.SlackBuild index 1e967a982d357..fcef598b0ce8a 100644 --- a/audio/qtractor/qtractor.SlackBuild +++ b/audio/qtractor/qtractor.SlackBuild @@ -79,6 +79,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +LDFLAGS="$LDFLAGS -ldl" \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |