From 02b9f24701d0eb2d0eb37cd78ad592cd5f56f5ea Mon Sep 17 00:00:00 2001 From: David Spencer Date: Fri, 18 Mar 2016 00:10:28 +0000 Subject: misc/megatunix: Fixed build failure. Signed-off-by: David Spencer --- misc/megatunix/megatunix.SlackBuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'misc/megatunix/megatunix.SlackBuild') 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 -- cgit v1.2.3