mirror of
https://github.com/pygos/build.git
synced 2024-11-22 02:59:47 +01:00
Bump libbsd version
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
5aff736cd4
commit
aa11f462e8
4 changed files with 10 additions and 16 deletions
|
@ -1,10 +0,0 @@
|
|||
--- a/src/flopen.c
|
||||
+++ b/src/flopen.c
|
||||
@@ -34,6 +34,7 @@
|
||||
#include <errno.h>
|
||||
#include <stdarg.h>
|
||||
#include <unistd.h>
|
||||
+#include <fcntl.h>
|
||||
|
||||
#include <libutil.h>
|
||||
|
|
@ -1,13 +1,13 @@
|
|||
VERSION="0.9.1"
|
||||
VERSION="0.10.0"
|
||||
SRCDIR="libbsd-${VERSION}"
|
||||
TARBALL="${SRCDIR}.tar.xz"
|
||||
URL="https://libbsd.freedesktop.org/releases"
|
||||
SHA256SUM="56d835742327d69faccd16955a60b6dcf30684a8da518c4eca0ac713b9e0a7a4"
|
||||
SHA256SUM="34b8adc726883d0e85b3118fa13605e179a62b31ba51f676136ecb2d0bc1a887"
|
||||
DEPENDS="toolchain"
|
||||
SUBPKG="libbsd libbsd-dev"
|
||||
|
||||
prepare() {
|
||||
apply_patches
|
||||
return
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
|
@ -14,6 +14,7 @@ file include/bsd/sys/bitstring.h 0644 0 0
|
|||
file include/bsd/sys/queue.h 0644 0 0
|
||||
file include/bsd/sys/poll.h 0644 0 0
|
||||
file include/bsd/sys/cdefs.h 0644 0 0
|
||||
file include/bsd/sys/param.h 0644 0 0
|
||||
file include/bsd/stdio.h 0644 0 0
|
||||
file include/bsd/nlist.h 0644 0 0
|
||||
file include/bsd/readpassphrase.h 0644 0 0
|
||||
|
@ -31,4 +32,6 @@ file include/bsd/getopt.h 0644 0 0
|
|||
file include/bsd/err.h 0644 0 0
|
||||
file lib/pkgconfig/libbsd-overlay.pc 0644 0 0
|
||||
file lib/pkgconfig/libbsd.pc 0644 0 0
|
||||
slink lib/libbsd.so 0777 0 0 libbsd.so.0.9.1
|
||||
file lib/pkgconfig/libbsd-ctor.pc 0644 0 0
|
||||
file lib/libbsd-ctor.a 0644 0 0
|
||||
slink lib/libbsd.so 0777 0 0 libbsd.so.0.10.0
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
file lib/libbsd.so.0.9.1 0755 0 0
|
||||
slink lib/libbsd.so.0 0777 0 0 libbsd.so.0.9.1
|
||||
dir lib 0755 0 0
|
||||
file lib/libbsd.so.0.10.0 0755 0 0
|
||||
slink lib/libbsd.so.0 0777 0 0 libbsd.so.0.10.0
|
||||
|
|
Loading…
Reference in a new issue