Author: hawk Date: Sat Jun 20 18:17:31 2009 GMT Module: packages Tag: HEAD ---- Log message: - BR boost-devel - fixed x86_64 build
---- Files affected: packages/libftdi: libftdi.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: packages/libftdi/libftdi.spec diff -u packages/libftdi/libftdi.spec:1.2 packages/libftdi/libftdi.spec:1.3 --- packages/libftdi/libftdi.spec:1.2 Tue May 26 09:26:23 2009 +++ packages/libftdi/libftdi.spec Sat Jun 20 20:17:26 2009 @@ -9,6 +9,7 @@ Source0: http://www.intra2net.com/de/produkte/opensource/ftdi/TGZ/%{name}-%{version}.tar.gz # Source0-md5: 524af6f39aefa1a4e8fac12c6be0ed06 URL: http://www.intra2net.com/de/produkte/opensource/ftdi/ +BuildRequires: boost-devel >= 1.33 BuildRequires: libusb-devel >= 0.1.7 Requires: libusb >= 0.1.7 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -52,7 +53,8 @@ %setup -q %build -%configure +%configure \ + --with-boost-libdir=%{_libdir} %{__make} %install @@ -109,6 +111,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2009/06/20 18:17:26 hawk +- BR boost-devel +- fixed x86_64 build + Revision 1.2 2009/05/26 07:26:23 amateja - updated to 0.16 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libftdi/libftdi.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
