mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-16 16:25:23 +01:00
Build gperf statically
Build both static and shared libraries for: * libunistring * libatomic_ops * libffi * gc
This commit is contained in:
parent
ee853d91fe
commit
e748d62a62
7 changed files with 15 additions and 18 deletions
|
|
@ -12,7 +12,7 @@ src_prepare() {
|
|||
}
|
||||
|
||||
src_configure() {
|
||||
CFLAGS="-static" ./configure --prefix="${PREFIX}"
|
||||
LDFLAGS="-static" ./configure --prefix="${PREFIX}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue