wok diff musl-libc-dev/receipt @ rev 14743

musl-libc-dev: add linux include links
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 14 11:27:43 2013 +0200 (2013-06-14)
parents d6f7e8536a4f
children cd28fb2eacaa
line diff
     1.1 --- a/musl-libc-dev/receipt	Sun Apr 14 13:23:50 2013 +0200
     1.2 +++ b/musl-libc-dev/receipt	Fri Jun 14 11:27:43 2013 +0200
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="A lightweight, fast, simple, free libc. Development files."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="MIT"
     1.8  WEB_SITE="http://www.etalabs.net/musl/"
     1.9  WANTED="musl-libc"
    1.10  
    1.11 @@ -20,4 +21,7 @@
    1.12  	cp -a $install/usr/share/musl/lib/*.specs  $fs/usr/share/musl/lib
    1.13  	cp -a $install/usr/share/musl/bin  $fs/usr/share/musl
    1.14  	ln -s /usr/share/musl/bin/musl-gcc $fs/usr/bin
    1.15 +	for i in linux asm asm-generic ; do
    1.16 +		ln -s /usr/include/$i $fs/usr/share/musl/include/$i
    1.17 +	done
    1.18  }