Skip to content

Commit

Permalink
zeromq: Add libsodium dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mingwandroid committed Dec 11, 2014
1 parent 86a9349 commit e32ae09
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions mingw-w64-zeromq/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
_realname=zeromq
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=4.0.5
pkgrel=1
pkgrel=2
pkgdesc="Fast messaging system built on sockets, C and C++ bindings. aka 0MQ, ZMQ. (mingw-w64)"
arch=('any')
url="http://www.zeromq.org"
license=("LGPL")
depends=('')
depends=("${MINGW_PACKAGE_PREFIX}-libsodium")
makedepends=('')
options=('staticlibs' '!strip' '!buildflags')
source=("http://download.zeromq.org/zeromq-$pkgver.tar.gz")
Expand All @@ -20,7 +20,8 @@ build() {
../zeromq-${pkgver}/configure \
--prefix=${MINGW_PREFIX} \
--build=${MINGW_CHOST} \
--host=${MINGW_CHOST}
--host=${MINGW_CHOST} \
--with-libsodium

make
}
Expand Down

0 comments on commit e32ae09

Please sign in to comment.