The options I use are:
-without-pth-test -with-libcurl=$(STAGING_DIR) -enable-smtp=static -with-lua -without-log4cpp -without-mysql
And the libesmtp that I use to link (statically) is compiled with "-disable-pthreads" because coexistance of pthread and pthsem in the same application can cause segmentation fault on some platforms.
Regards,
Jean-François
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Jef,
Would youl like to confirm me the compiling options of syno-x07 ipk ?
With lua support? Without libsmtp? Without logg4cpp? …
Thanks per advance,
Regards,
Ben
Hi,
The options I use are:
-without-pth-test -with-libcurl=$(STAGING_DIR) -enable-smtp=static -with-lua -without-log4cpp -without-mysql
And the libesmtp that I use to link (statically) is compiled with "-disable-pthreads" because coexistance of pthread and pthsem in the same application can cause segmentation fault on some platforms.
Regards,
Jean-François
Hi,
I just added a file containing all the modifications I made in optware directory to make the binary packages:
https://sourceforge.net/projects/linknx/files/linknx-bin/linknx-optware-files.tgz/download
Regards,
Jean-François
Thank you so much, Jef !
Ben