Ports: Fix linking of the stress-ng port

This commit is contained in:
Brian Gianforcaro 2021-02-06 23:21:40 -08:00 committed by Andreas Kling
parent 0eac44af49
commit d107cabf5d

View file

@ -3,4 +3,4 @@ port=stress-ng
version=0.11.23
workdir=stress-ng-${version}
files="https://github.com/ColinIanKing/stress-ng/archive/V${version}.tar.gz stress-ng-${version}.tar.gz"
makeopts="STATIC=1"
makeopts="STATIC=1 LDFLAGS=-L${SERENITY_ROOT}/Build/Root/usr/local/lib"