From b8c9e9fdbe034a18c634a0441d07ca9b6feea7fce6e8a59946e4c6af23601a04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 1 Feb 2016 08:31:24 +0000 Subject: [PATCH] Accepting request 356754 from home:pluskalm:branches:devel:libraries:c_c++ - Enable PSL (Publix Suffix List) - Make building more verbose OBS-URL: https://build.opensuse.org/request/show/356754 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=156 --- curl.changes | 6 ++++++ curl.spec | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/curl.changes b/curl.changes index a7ad7a3..4d15da2 100644 --- a/curl.changes +++ b/curl.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jan 29 21:17:56 UTC 2016 - mpluskal@suse.com + +- Enable PSL (Publix Suffix List) +- Make building more verbose + ------------------------------------------------------------------- Wed Jan 27 13:10:50 UTC 2016 - vcizek@suse.com diff --git a/curl.spec b/curl.spec index 8a3dd66..445e49f 100644 --- a/curl.spec +++ b/curl.spec @@ -44,6 +44,7 @@ BuildRequires: pkg-config BuildRequires: pkgconfig(libidn) BuildRequires: pkgconfig(libmetalink) BuildRequires: pkgconfig(libnghttp2) +BuildRequires: pkgconfig(libpsl) BuildRequires: pkgconfig(libssh2) BuildRequires: pkgconfig(zlib) Requires: libcurl4 = %{version} @@ -108,7 +109,7 @@ CFLAGS=$(echo "%{optflags}" | sed -e 's/-D_FORTIFY_SOURCE=2//') export CPPFLAGS CFLAGS export CFLAGS="$CFLAGS -fPIE" export LDFLAGS="$LDFLAGS -pie" -autoreconf -fi +autoreconf -fiv # local hack to make curl-config --libs stop printing libraries it depends on # (currently, libtool sets link_all_deplibs=(yes|unknown) everywhere, # will hopefully change in the future) @@ -135,7 +136,7 @@ sed -i 's/\(link_all_deplibs=\)unknown/\1no/' configure # if this fails, the above sed hack did not work ./libtool --config | grep -q link_all_deplibs=no # enable-hidden-symbols needs gcc4 and causes that curl exports only its API -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %if %{with testsuite} %check