summaryrefslogtreecommitdiffstats
path: root/source.local/d/gdb/gdb.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source.local/d/gdb/gdb.SlackBuild')
-rwxr-xr-xsource.local/d/gdb/gdb.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source.local/d/gdb/gdb.SlackBuild b/source.local/d/gdb/gdb.SlackBuild
index a99c760..980db52 100755
--- a/source.local/d/gdb/gdb.SlackBuild
+++ b/source.local/d/gdb/gdb.SlackBuild
@@ -70,7 +70,7 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-if [ "$ARCH" = "armv7hl" ]; then
+if ncursesw5-config --libs |grep -q tinfo ; then
export LDFLAGS="-ltinfo $LDFLAGS"
fi