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:
parent
181cd8fb0c
commit
e7f33cef1e
3 changed files with 109 additions and 0 deletions
|
@ -7,7 +7,9 @@ useconfigure='true'
|
|||
configopts=(
|
||||
'--disable-all-programs'
|
||||
'--disable-nls'
|
||||
'--disable-static'
|
||||
'--enable-libuuid'
|
||||
'--enable-shared'
|
||||
'--prefix=/usr/local'
|
||||
)
|
||||
files=(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue