diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-03-18 00:10:28 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-03-20 07:37:45 +0700 |
commit | 02b9f24701d0eb2d0eb37cd78ad592cd5f56f5ea (patch) | |
tree | 48c67be9f2f2dfddf11987bb0d2f5de04167ae46 | |
parent | 3cd0b8f26d6186686e1cec603dea6579232128c3 (diff) | |
download | slackbuilds-02b9f24701d0eb2d0eb37cd78ad592cd5f56f5ea.tar.gz |
misc/megatunix: Fixed build failure.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | misc/megatunix/megatunix.SlackBuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/megatunix/megatunix.SlackBuild b/misc/megatunix/megatunix.SlackBuild index ce2441d215..79b64dabe8 100644 --- a/misc/megatunix/megatunix.SlackBuild +++ b/misc/megatunix/megatunix.SlackBuild @@ -63,6 +63,11 @@ 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 {} \; +sed -i \ + -e 's/LIBGLADE_LIBS+="-Wl,--export-dynamic"/LIBGLADE_LIBS+=" -Wl,--export-dynamic"/' \ + configure.ac +autoreconf -vif + # Starting with glib 2.32 it is now mandatory to # include glib.h instead of individual headers. patch -p1 -i $CWD/glib-single-include.patch |