ocaml: linker uses $PTHREAD_CFLAGS
When building outside of pkgsrc, Autoconf's AX_PTHREAD returns
$PTHREAD_CFLAGS="-pthread" and and $PTHREAD_LIBS="-lpthread".
However, for some reason, inside pkgsrc returns
$PTHREAD_CFLAGS="-pthread" and and $PTHREAD_LIBS="".
Therefore, linker loses pthread library, resulting in an error.
By the way, AX_PTHREAD assumes to not only compiler with cflags,
but also link with them. So, as a test, I tried adding
'Config.native_cflags' to linker, it working.
https://www.gnu.org/software/autoconf-archive/ax_pthread.html
kicad-symbols: update to 10.0.6
pkgsrc change: this uses python during build so include
"../../lang/python/tool.mk"
changes since 10.0.5:
Interface_USB: Add TPS25751D
Add Traco DCDC Converter TEN30UIR symbols
Update PAL20RS10, add datasheet, update layout
Fix wrong footprint in TL431PW, delete TXB0102DCT
Add Analog Devices ADuM1255 I2C isolators
Add TI TPS7E81 LDO series in a SOT-23 package
Amplifier_Operational: Add all OPA189 variants
Add Traco ACDC TMPS 03 symbols
Add generic switch SW_SPDT_201 (based on SW_SPDT_321)
Add Traco DCDC TEN 80WI symbols
Really remove unused body styles in two symbols
Add CP2105-F01-GM dual usb-uart
Update pin lengths on TL431* devices
Fix Pin-number and graphics for GasDischargeTube
Remove unused body styles in two symbols
[7 lines not shown]