From f29948fb3994f42c690220e527c788253311f3a63e043837b5a57a1e55b09ce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 9 Oct 2015 08:41:43 +0000 Subject: [PATCH] - Manually enable long long support OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/pugixml?expand=0&rev=5 --- pugixml.changes | 5 +++++ pugixml.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pugixml.changes b/pugixml.changes index 5aeaa11..09a07ce 100644 --- a/pugixml.changes +++ b/pugixml.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 9 08:41:24 UTC 2015 - idonmez@suse.com + +- Manually enable long long support + ------------------------------------------------------------------- Fri Sep 4 13:09:48 UTC 2015 - tchvatal@suse.com diff --git a/pugixml.spec b/pugixml.spec index 5875bd6..2643182 100644 --- a/pugixml.spec +++ b/pugixml.spec @@ -72,7 +72,7 @@ The library is extremely portable and easy to integrate and use. %build cd scripts -%cmake +%cmake -DBUILD_DEFINES="-DPUGIXML_HAS_LONG_LONG" make %{?_smp_mflags} %install