wok diff libnl/receipt @ rev 11799

ppp: build rp-pppoe.so (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 25 11:15:26 2012 +0100 (2012-02-25)
parents 0b4cf0d9e1b5
children 5f4c4d819318
line diff
     1.1 --- a/libnl/receipt	Mon Feb 14 19:09:46 2011 +0100
     1.2 +++ b/libnl/receipt	Sat Feb 25 11:15:26 2012 +0100
     1.3 @@ -12,13 +12,9 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	busybox patch -p0 -i stuff/libnl-1.1-ULONG_MAX.patch || return 1
     1.8 -	
     1.9  	cd $src
    1.10 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.11 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.12 -	make
    1.13 -	make DESTDIR=$PWD/_pkg install
    1.14 +	busybox patch -p0 -i $stuff/libnl-1.1-ULONG_MAX.patch || return 1
    1.15 +	./configure && make && make install
    1.16  }
    1.17  
    1.18  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 @@ -27,4 +23,3 @@
    1.20  	mkdir -p $fs/usr
    1.21  	cp -a $_pkg/usr/lib $fs/usr
    1.22  }
    1.23 -