diff --git a/main/openobex/APKBUILD b/main/openobex/APKBUILD index d2c21c0e417..3b59d24da81 100644 --- a/main/openobex/APKBUILD +++ b/main/openobex/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=openobex pkgver=1.7.2 -pkgrel=2 +pkgrel=3 pkgdesc="Implementation of the OBject EXchange (OBEX) protocol" url="http://dev.zuckschwerdt.org/openobex/" arch="all" @@ -19,7 +19,7 @@ build() { cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=/usr/lib \ - -DCMAKE_BUILD_TYPE=None \ + -DCMAKE_BUILD_TYPE=MinSizeRel \ -DCMAKE_SKIP_RPATH=ON \ || return 1 make && make openobex-apps || return 1