- Manually enable long long support

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/pugixml?expand=0&rev=5
This commit is contained in:
Ismail Dönmez
2015-10-09 08:41:43 +00:00
committed by Git OBS Bridge
parent 86fd170003
commit f29948fb39
2 changed files with 6 additions and 1 deletions

View File

@@ -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