rpms/dumpet/devel dumpet.spec,1.2,1.3

Peter Jones pjones at fedoraproject.org
Fri Oct 16 21:28:24 UTC 2009


Author: pjones

Update of /cvs/extras/rpms/dumpet/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5503

Modified Files:
	dumpet.spec 
Log Message:
Make pkg-config/libxml2 usage actually work...



Index: dumpet.spec
===================================================================
RCS file: /cvs/extras/rpms/dumpet/devel/dumpet.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- dumpet.spec	16 Oct 2009 20:18:56 -0000	1.2
+++ dumpet.spec	16 Oct 2009 21:28:24 -0000	1.3
@@ -15,7 +15,7 @@ DumpET is a utility to aid in the debugg
 %setup -q
 
 %build
-make %{?_smp_mflags} CFLAGS="%{optflags}"
+make %{?_smp_mflags} CFLAGS="%{optflags} $(pkg-config --cflags libxml-2.0)"
 
 %install
 rm -rf %{buildroot}




More information about the scm-commits mailing list