mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:57:44 +00:00
Ports: Fix linking of the stress-ng port
This commit is contained in:
parent
0eac44af49
commit
d107cabf5d
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue