]> git.pld-linux.org Git - packages/eagle-usb.git/commitdiff
- fix building - don't check kernel sources during building userspace tools
authortwittner <twittner@pld-linux.org>
Tue, 24 May 2005 21:43:47 +0000 (21:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (dirty hack provided by -kernel_sources_checking_hack.patch)

Changed files:
    eagle-usb.spec -> 1.57

eagle-usb.spec

index 84e893dcc92df2a4fc5271d64c3fa69006fc17ae..a493a682eb39178d9007905dea119ef6f28fd078 100644 (file)
@@ -24,6 +24,7 @@ Patch2:               %{name}-vpivci-info.patch
 Patch3:                %{name}-opt.patch
 Patch4:                %{name}-signal.patch
 Patch5:                %{name}-usb_kill_urb.patch
+Patch6:                %{name}-kernel_sources_checking_hack.patch
 URL:           http://gna.org/projects/eagleusb/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -89,6 +90,7 @@ Sterownik dla Linuksa SMP do modem
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %ifnarch %{ix86}
 # invalid not only for ppc
@@ -124,8 +126,7 @@ cd -
 %{__aclocal} -I .
 %{__autoconf}
 %configure \
-       --with-dsp-dir=%{_datadir}/misc \
-       --with-kernel-src=%{_kernelsrcdir}
+       --with-dsp-dir=%{_datadir}/misc 
 %{__make} -C driver/firmware \
        OPT="%{rpmcflags}"
 %{__make} -C driver/user \
This page took 0.064999 seconds and 4 git commands to generate.