summaryrefslogtreecommitdiff
path: root/Ports/stress-ng
diff options
context:
space:
mode:
authorBrian Gianforcaro <b.gianfo@gmail.com>2021-02-06 23:21:40 -0800
committerAndreas Kling <kling@serenityos.org>2021-02-07 12:16:37 +0100
commitd107cabf5d1321621d69aa1e3f858a9fe3684fe7 (patch)
treebfa1654e5b05600a894c8f357b7be2d9c8a2671b /Ports/stress-ng
parent0eac44af49c197889dcdfaa2f4dca11f3c6ad139 (diff)
downloadserenity-d107cabf5d1321621d69aa1e3f858a9fe3684fe7.zip
Ports: Fix linking of the stress-ng port
Diffstat (limited to 'Ports/stress-ng')
-rwxr-xr-xPorts/stress-ng/package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/stress-ng/package.sh b/Ports/stress-ng/package.sh
index 42fdee42a9..7c83ac9c56 100755
--- a/Ports/stress-ng/package.sh
+++ b/Ports/stress-ng/package.sh
@@ -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"