Browse Source

try to fix building under Linux

master
parent
commit
3261271b81
  1. 4
      expat/expat.spec

4
expat/expat.spec

@ -32,7 +32,7 @@ Class: BASE
Group: XML
License: MIT/X11-style
Version: 2.2.2
Release: 20170714
Release: 20170719
# list of sources
Source0: http://download.sourceforge.net/expat/expat-%{version}.tar.bz2
@ -59,7 +59,7 @@ PreReq: zlib
%build
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
CFLAGS="%{l_cflags -O} -DXML_POOR_ENTROPY" \
CPPFLAGS="%{l_cppflags}" \
LDFLAGS="%{l_ldflags}" \
INSTALL="%{l_shtool} install -c" \

Loading…
Cancel
Save