mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-17 09:10:08 +02:00
* Drop unneeded support for secondary architectures. * Depend on libssl and libcrypto instead of openssl. * Use $effectiveTargetArchitecture (instead of $targetArchitecture) when defining STDCPPLIBS (as -lstdc++ or lbstdc++.r5) in order to have a working code for both primary and secondary architectures, should that code snippet be copied to other recipes. * Add TEST() with "make check".