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
commit63e1b7da9a38d38b437f86c8154db82288dd2c12 (patch)
treeb62113c5aa44b4aa04c7c6f468c7c0a01b46cc60 /system/geoclue2/geoclue2.SlackBuild
parent8b2baee7e845de99b587f414ee845f5258aab620 (diff)
downloadold.slackbuilds-63e1b7da9a38d38b437f86c8154db82288dd2c12.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" \