wok-next diff libunistring/receipt @ rev 20735

netatalk: tried to compile against openssl-1.0, but disabled openssl completely. Anyway, package isn't broken now.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 29 19:56:27 2018 +0300 (2018-05-29)
parents 5841522533ec
children e7a485521d6a
line diff
     1.1 --- a/libunistring/receipt	Mon Apr 16 11:36:31 2018 +0300
     1.2 +++ b/libunistring/receipt	Tue May 29 19:56:27 2018 +0300
     1.3 @@ -1,12 +1,13 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="libunistring"
     1.7 -VERSION="0.9.7"
     1.8 +VERSION="0.9.8"
     1.9  CATEGORY="libdevel"
    1.10  SHORT_DESC="Unicode string library"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12  LICENSE="GPL3 LGPL3 FDL"
    1.13  WEB_SITE="https://www.gnu.org/software/libunistring/"
    1.14 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libunistring.html"
    1.15  
    1.16  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.17  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.18 @@ -14,7 +15,9 @@
    1.19  SPLIT="libunistring-dev"
    1.20  
    1.21  compile_rules() {
    1.22 -	./configure $CONFIGURE_ARGS &&
    1.23 +	./configure \
    1.24 +		--disable-static \
    1.25 +		$CONFIGURE_ARGS &&
    1.26  	fix libtool &&
    1.27  	make &&
    1.28  	make install