Azure / iot-edge-opc-proxy

OPC Proxy Module
34 stars 19 forks source link

Link against avahi libraries while cross compiling #44

Closed JuergenKosel closed 7 years ago

JuergenKosel commented 7 years ago

As found in issue #43, the proxyd does not work correctly without the recently added avahi-support. But the pkg-config tool is not reliable while cross compiling. Therefore force linking against avahi-libraries. It is better, that building fails, than to have a not working binary after a build which seemed okay.

Signed-off-by: Juergen Kosel juergen.kosel@softing.com

msftclas commented 7 years ago

@JuergenKosel, Thanks for having already signed the Contribution License Agreement. Your agreement was validated by Microsoft. We will now review your pull request. Thanks, Microsoft Pull Request Bot

marcschier commented 7 years ago

Looks good. I think we need to have embedded avahi option as well, just so that we would not need to rely on the daemon and dbus in an embedded device. I will add an issue.