1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 18:37:34 +00:00

Ports/libuuid: Enable building shared libraries

This needs the (now relatively common) `libtool` patch, but allows us to
sidestep a bunch of issues that relate to linking static libraries into
position-independent executables.
This commit is contained in:
Tim Schumacher 2023-10-03 13:01:55 +02:00
parent 181cd8fb0c
commit e7f33cef1e
3 changed files with 109 additions and 0 deletions

View file

@ -7,7 +7,9 @@ useconfigure='true'
configopts=(
'--disable-all-programs'
'--disable-nls'
'--disable-static'
'--enable-libuuid'
'--enable-shared'
'--prefix=/usr/local'
)
files=(