Skip to content

Commit

Permalink
[fix] Makefile.defs: add lj-wpaclient to CMAKE_THIRDPARTY_LIBS
Browse files Browse the repository at this point in the history
Like koreader#865 but only occurs when cross-compiling for certain platforms.

Cf. koreader#866 for a possible solution where this could never be a problem.
  • Loading branch information
Frenzie committed Mar 17, 2019
1 parent 1783337 commit 2b6d223
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.defs
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,7 @@ CMAKE_THIRDPARTY_LIBS = kpvcrlib,nanosvg
CMAKE_THIRDPARTY_LIBS += ,evernote-sdk-lua,luajit,lpeg,turbo
CMAKE_THIRDPARTY_LIBS += ,zsync,zyre,czmq,filemq,libzmq
CMAKE_THIRDPARTY_LIBS += ,libk2pdfopt,tesseract,leptonica
CMAKE_THIRDPARTY_LIBS += ,lj-wpaclient
CMAKE_THIRDPARTY_LIBS += ,lua-Spore,luasec,luasocket,libffi,lua-serialize,glib,lodepng,minizip
CMAKE_THIRDPARTY_LIBS += ,djvulibre,mupdf,freetype2,harfbuzz,giflib,libpng,zlib
CMAKE_THIRDPARTY_LIBS += ,tar,sdcv,libiconv,gettext,libjpeg-turbo,popen-noshell,sqlite
Expand Down

0 comments on commit 2b6d223

Please sign in to comment.