summaryrefslogtreecommitdiffstats
path: root/system/geoclue2/geoclue2.SlackBuild
diff options
context:
space:
mode:
author Aaditya Bagga2018-05-27 12:16:56 +0200
committer Willy Sudiarto Raharjo2018-06-09 02:15:35 +0200
commit0827bb34e5a46d600bddd0ce6832d998f4ed3b34 (patch)
tree81cebb9164be0fd5ffe19873295f1454964fa4f1 /system/geoclue2/geoclue2.SlackBuild
parent827981929f2373664d6f8f240f24c58ec202e274 (diff)
downloadslackbuilds-0827bb34e5a46d600bddd0ce6832d998f4ed3b34.tar.gz
system/geoclue2: Made avahi opt-in.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/geoclue2/geoclue2.SlackBuild')
-rw-r--r--system/geoclue2/geoclue2.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/geoclue2/geoclue2.SlackBuild b/system/geoclue2/geoclue2.SlackBuild
index e57d409a5b..9c07653702 100644
--- a/system/geoclue2/geoclue2.SlackBuild
+++ b/system/geoclue2/geoclue2.SlackBuild
@@ -70,8 +70,8 @@ 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 {} \;
-avahi_opts=''
-[ "${AVAHI:-yes}" != "yes" ] && avahi_opts="--disable-nmea-source"
+avahi_opts='--disable-nmea-source'
+[ "${AVAHI:-no}" != "no" ] && avahi_opts=''
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \