diff options
author | Aaditya Bagga <aaditya_gnulinux@zoho.com> | 2018-05-27 15:46:56 +0530 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-06-09 07:15:35 +0700 |
commit | 0827bb34e5a46d600bddd0ce6832d998f4ed3b34 (patch) | |
tree | 81cebb9164be0fd5ffe19873295f1454964fa4f1 /system/geoclue2/geoclue2.SlackBuild | |
parent | 827981929f2373664d6f8f240f24c58ec202e274 (diff) |
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.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/geoclue2/geoclue2.SlackBuild b/system/geoclue2/geoclue2.SlackBuild index e57d409a5be59..9c07653702d9a 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" \ |