Skip to content

Commit

Permalink
synology_armv5: add extra_cc NO_PTHREAD_STACKSIZE
Browse files Browse the repository at this point in the history
- this removes weired warning "pthread_attr_setstacksize() failed in start_thread with error 22 Invalid argument" from oscam log
- see https://board.streamboard.tv/forum/thread/48195-gel%C3%B6st-ds212plus-oscam-v11718-https-trac-streamboard-tv-oscam-ticket-4277/
  • Loading branch information
WXbet authored Mar 14, 2023
1 parent d66fc76 commit 4f700fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/toolchains.cfg/synology_armv5
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
_toolchainname="synology_armv5";
default_use="USE_UTF8 USE_LIBCRYPTO";
extra_use="";
extra_cc="";
extra_cc="-DNO_PTHREAD_STACKSIZE";
extra_ld="";
_description="Synology Marvell 628x devices, Synology DS112x";
_oscamconfdir_default="/etc/tuxbox/config";
Expand Down

0 comments on commit 4f700fc

Please sign in to comment.