From 220eeeccc218da360320e3e3c5f14b7ef4d2196b Mon Sep 17 00:00:00 2001 From: Ivana Varekova Date: Mon, 16 Apr 2007 10:04:12 +0000 Subject: [PATCH] - add --enable-libusb (#236413) --- pilot-link.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pilot-link.spec b/pilot-link.spec index c1162c1..419d33c 100644 --- a/pilot-link.spec +++ b/pilot-link.spec @@ -3,7 +3,7 @@ Name: pilot-link Version: 0.12.1 -Release: 5%{?dist} +Release: 6%{?dist} Epoch: 2 License: GPL Group: Applications/Communications @@ -28,6 +28,8 @@ BuildRequires: readline-devel BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool +BuildRequires: libusb + %description This suite of tools allows you to upload and download programs and @@ -78,7 +80,8 @@ CFLAGS="%{optflags}" %configure \ %else --with-perl=no \ %endif - --enable-conduits + --enable-conduits \ + --enable-libusb make @@ -140,6 +143,9 @@ rm -rf %{buildroot} %{_datadir}/aclocal/*.m4 %changelog +* Mon Apr 16 2007 Ivana Varekova - 2:0.12.1-6 +- add --enable-libusb (#236413) + * Fri Mar 9 2007 Ivana Varekova - 2:0.12.1-5 - incorporate the package review feedback