mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 02:15:24 +01:00
Add libbsd
This commit is contained in:
parent
d7ce963bf4
commit
c281b77901
3 changed files with 10 additions and 0 deletions
8
steps/libbsd-0.11.8/pass1.sh
Normal file
8
steps/libbsd-0.11.8/pass1.sh
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
src_prepare() {
|
||||
default
|
||||
autoreconf-2.71 -fi
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
./configure --prefix="${PREFIX}" --libdir="${LIBDIR}"
|
||||
}
|
||||
1
steps/libbsd-0.11.8/sources
Normal file
1
steps/libbsd-0.11.8/sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
https://libbsd.freedesktop.org/releases/libbsd-0.11.8.tar.xz 55fdfa2696fb4d55a592fa9ad14a9df897c7b0008ddb3b30c419914841f85f33
|
||||
|
|
@ -192,6 +192,7 @@ build: gcc-10.4.0
|
|||
build: binutils-2.41
|
||||
build: gcc-13.1.0
|
||||
build: libmd-1.1.0
|
||||
build: libbsd-0.11.8
|
||||
improve: cleanup_filesystem
|
||||
improve: null_time ( FORCE_TIMESTAMPS == True )
|
||||
improve: update_checksums ( UPDATE_CHECKSUMS == True )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue