Linux [depends] (libssh) native ARM compile error
#1
When building depends natively in Raspbian on a pi, cmake of libssh fails to find system zlib:
http://paste.debian.net/891762/

${PREFIX}/arm-linux-gnueabihf/lib/libz.a does not exist, since the build system skips it if a system version is found (HAS_ZLIB=1).

If the appropriate system -DZLIB_INCLUDE_DIR and -DZLIB_LIBRARY parameters are passed, the build completes successfully.

I am looking for a more portable fix and any help would be appreciated.
Reply
#2
https://github.com/wsnipex/xbmc/commit/5...3bdeac665a

Tested this fix and it builds without problems.
Reply
#3
please test again with this patch https://github.com/wsnipex/xbmc/commit/9...519eb532fb
Reply
#4
That also builds just as well.
Reply
#5
thanks, fix merged into master.
Reply
#6
Great, thanks!
Reply

Logout Mark Read Team Forum Stats Members Help
[depends] (libssh) native ARM compile error0