diff options
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 e57d409a5be5..9c07653702d9 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" \ |