aboutsummaryrefslogtreecommitdiff
path: root/network/connman/connman.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/connman/connman.SlackBuild')
-rw-r--r--network/connman/connman.SlackBuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/network/connman/connman.SlackBuild b/network/connman/connman.SlackBuild
index 65351620edd1..bf3bd278fc0d 100644
--- a/network/connman/connman.SlackBuild
+++ b/network/connman/connman.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=connman
-VERSION=${VERSION:-1.30}
+VERSION=${VERSION:-1.32}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -64,6 +64,11 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z
cd $PRGNAM-$VERSION
+patch -p1 < $CWD/allow_group_network.diff
+
+# fix cmst issue
+sed -i "s|deny|allow|" plugins/connman-nmcompat.conf
+
# configure
CFLAGS=${SCFLAGS} CXXFLAGS=${SCXXFLAGS} LIBS=-lncurses \
./configure \