dbus: enable static
This commit is contained in:
@@ -4,7 +4,7 @@ _realname=dbus
|
||||
_mingw_suff=mingw-w64-${CARCH}
|
||||
pkgname="${_mingw_suff}-${_realname}"
|
||||
pkgver=1.8.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
arch=('any')
|
||||
pkgdesc="Freedesktop.org message bus system (mingw-w64)"
|
||||
depends=("${_mingw_suff}-glib2" "${_mingw_suff}-expat")
|
||||
@@ -36,7 +36,7 @@ build() {
|
||||
--disable-tests \
|
||||
--disable-Werror \
|
||||
--enable-shared \
|
||||
--disable-static
|
||||
--enable-static
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user