I have a Config.in file that is the following:
```
config BR2_PACKAGE_LIBZMQ
bool "libzmq"
help
libZMQ
comment "Install libzmq"
```
My libzmq.mk looks like the following
```
LIBZMQ_VERSION = 4.0.4
LIBZMQ_SOURCE = zeromq-${LIBZMQ_VERSION}.tar.gz
LIBZMQ_SITE = http://download.zeromq.org/${LIBZMQ_SOURCE}
LIBZMQ_CONF_OPT = CC=c99
$(eval $(autotools-package))
```
When I create the buildroot, it successfully builds, but all the libzmq
objects are libzmq.so.3 and everything looks for libzmq.so.4
Thanks!
--
Evan Farrell
*Full Stack Engineer*
*Professional Taster*
*Analytical Flavor Systems, LLC. *
Mobile: (724) 831 - 9537
www.gastrograph.com
All materials confidential
If you are not the intended recipient, do not read (too late?), copy or
distribute this e-mail or any attachments.Instead, please notify the sender
and delete the e-mail and any attachments. Thank you.
Copyright © Analytical Flavor Systems 2014
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev