Author: glen Date: Mon Jan 5 10:42:01 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - uses pcmcia/cs_types.h
---- Files affected: SPECS: lshwd.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/lshwd.spec diff -u SPECS/lshwd.spec:1.1 SPECS/lshwd.spec:1.2 --- SPECS/lshwd.spec:1.1 Mon Jan 5 11:39:57 2009 +++ SPECS/lshwd.spec Mon Jan 5 11:41:56 2009 @@ -8,6 +8,7 @@ Source0: http://user-contributions.org/projects/lshwd/source/%{name}-%{version}.tar.gz # Source0-md5: 493ae06aada341f0bde063aab3c4167f URL: http://user-contributions.org/projects/lshwd/ +BuildRequires: kernel-headers BuildRequires: libusb-devel BuildRequires: pciutils-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -25,7 +26,7 @@ %build %{__make} \ CC="%{__cc}" \ - CFLAGS="%{rpmcflags}" + CFLAGS="%{rpmcflags} -I. -I%{_kernelsrcdir}" %install rm -rf $RPM_BUILD_ROOT @@ -44,6 +45,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2009/01/05 10:41:56 glen +- uses pcmcia/cs_types.h + Revision 1.1 2009/01/05 10:39:57 glen - new, build fails totally - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/lshwd.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
