wok diff musl-libc/receipt @ rev 18701
Up tazpkg(889)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Dec 16 12:18:23 2015 +0200 (2015-12-16) |
parents | 79ec85521a08 |
children | 5cbdd23acb6c |
line diff
1.1 --- a/musl-libc/receipt Sun Jul 27 13:34:02 2014 +0200 1.2 +++ b/musl-libc/receipt Wed Dec 16 12:18:23 2015 +0200 1.3 @@ -2,7 +2,7 @@ 1.4 1.5 PACKAGE="musl-libc" 1.6 SOURCE="musl" 1.7 -VERSION="1.0.3" 1.8 +VERSION="1.1.10" 1.9 CATEGORY="development" 1.10 SHORT_DESC="A lightweight, fast, simple, free libc." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -18,7 +18,6 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 ./configure --prefix=/usr/share/musl --exec-prefix=/usr/share/musl \ 1.18 --target=$TARGET $CONFIGURE_ARGS 1.19 make &&