wok-next diff libjpeg62/receipt @ rev 12964

sqlite: No need to add lib .so files into sqlite package cause with have libsqlite. Sqlite is also DEPENDS on libsqlite so i don't know your problem pascal.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu May 31 18:52:02 2012 +0000 (2012-05-31)
parents a1c1d35d9f92
children de49f29b101e
line diff
     1.1 --- a/libjpeg62/receipt	Sun Feb 20 07:06:28 2011 +0000
     1.2 +++ b/libjpeg62/receipt	Thu May 31 18:52:02 2012 +0000
     1.3 @@ -13,7 +13,7 @@
     1.4  {
     1.5  	cd $src
     1.6  	./configure --enable-shared --prefix=/usr \
     1.7 -	--mandir=/usr/share/man $CONFIGURE_ARGS
     1.8 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
     1.9  	make
    1.10  }
    1.11