wok diff socat/receipt @ rev 20634
linld: fix open()
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jan 08 17:51:51 2019 +0100 (2019-01-08) |
parents | eacced79e6ab |
children | 12d5088fe249 |
line diff
1.1 --- a/socat/receipt Thu Feb 19 12:24:45 2015 -0200 1.2 +++ b/socat/receipt Tue Jan 08 17:51:51 2019 +0100 1.3 @@ -9,7 +9,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://www.dest-unreach.org/$PACKAGE/" 1.6 WGET_URL="${WEB_SITE}download/$TARBALL" 1.7 -HOST_ARCH="i486 arm" 1.8 +HOST_ARCH="i486" 1.9 1.10 BUILD_DEPENDS="openssl-dev ncurses-dev" 1.11 DEPENDS="openssl ncurses libwrap readline"