Make pkg-config/libxml2 usage actually work...

epel9
Peter Jones 15 years ago
parent 08616b45d1
commit 52b52293ec

@ -15,7 +15,7 @@ DumpET is a utility to aid in the debugging of bootable CD-ROM images.
%setup -q
%build
make %{?_smp_mflags} CFLAGS="%{optflags}"
make %{?_smp_mflags} CFLAGS="%{optflags} $(pkg-config --cflags libxml-2.0)"
%install
rm -rf %{buildroot}

Loading…
Cancel
Save