wok-current rev 22352
libcap: include stddef.h
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Nov 19 11:07:25 2019 +0100 (2019-11-19) |
parents | d823d9a16027 |
children | cd0c3ed3ab25 |
files | erlang/receipt libcap/receipt wavemon/receipt |
line diff
1.1 --- a/erlang/receipt Mon Nov 18 16:07:36 2019 +0100 1.2 +++ b/erlang/receipt Tue Nov 19 11:07:25 2019 +0100 1.3 @@ -14,7 +14,7 @@ 1.4 1.5 DEPENDS="ncurses openssl libunixODBC" 1.6 BUILD_DEPENDS="autoconf perl ncurses-dev openssl-dev unixODBC-dev icedtea6-jdk \ 1.7 -wxWidgets-dev gcc+gcj" 1.8 +wxWidgets-dev gcc+gcj libxslt" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules()
2.1 --- a/libcap/receipt Mon Nov 18 16:07:36 2019 +0100 2.2 +++ b/libcap/receipt Tue Nov 19 11:07:25 2019 +0100 2.3 @@ -23,6 +23,7 @@ 2.4 # Rules to configure and make the package. 2.5 compile_rules() 2.6 { 2.7 + sed -i 's|INCLUDE_GPERF_OUTPUT = |&-include stddef.h |' libcap/Makefile 2.8 make DYNAMIC=yes ${ARCH_ARGS} && 2.9 make RAISE_SETCAP=no DESTDIR=$DESTDIR install 2.10 }
3.1 --- a/wavemon/receipt Mon Nov 18 16:07:36 2019 +0100 3.2 +++ b/wavemon/receipt Tue Nov 19 11:07:25 2019 +0100 3.3 @@ -18,7 +18,7 @@ 3.4 compile_rules() 3.5 { 3.6 ln -s /usr/include/libnl3/netlink /usr/include/netlink 3.7 - export LDFLAGS="$LDFLAGS -ltinfo" 3.8 + export LDFLAGS="$LDFLAGS -ltinfo -lpthread" 3.9 3.10 ./configure \ 3.11 --prefix=/usr \