science/linearelasticity: fix build on powerpc

ld: error: undefined reference due to --no-allow-shlib-undefined: sqrt
This commit is contained in:
Piotr Kubaj 2024-12-31 13:18:27 +01:00
parent ed10c7be06
commit 8e3d0badd7

View file

@ -18,6 +18,7 @@ USE_GITHUB= yes
GH_ACCOUNT= ISCDtoolbox
CFLAGS+= -I${LOCALBASE}/include/ISCD
LDFLAGS_powerpc= -lm
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS EXAMPLES