diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-07 11:55:49 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-07 23:02:04 +0700 |
commit | 00c2c1f246c9390c346200f91f3a3f15324e3675 (patch) | |
tree | 4f5cfb7b4afe7094209e16a0f0f559f0f264560d /audio/rebmp | |
parent | 22a67bad1a330ec0b2dc781f73c9d7089dae28a5 (diff) |
audio/rebmp: Fix build with newer glibc.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/rebmp')
-rw-r--r-- | audio/rebmp/rebmp.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/rebmp/rebmp.SlackBuild b/audio/rebmp/rebmp.SlackBuild index 97ce9fbbdb19..31e681065880 100644 --- a/audio/rebmp/rebmp.SlackBuild +++ b/audio/rebmp/rebmp.SlackBuild @@ -61,6 +61,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 -lm -lgmodule-2.0" \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |