features
This commit is contained in:
+3
-1
@@ -28,8 +28,10 @@ package "zlib" {
|
||||
tar xf zlib-${version}.tar.gz --strip-components=1
|
||||
}
|
||||
|
||||
// --static: only the archive (no libz.so) — consumers link it in, so
|
||||
// no runtime lib resolution is needed in the store.
|
||||
build {
|
||||
./configure --prefix=${prefix}
|
||||
./configure --prefix=${prefix} --static
|
||||
make -j${jobs}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user