]> git.pld-linux.org Git - packages/findutils.git/commitdiff
- workaround: don't call automake - it breaks build
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 11 Mar 2001 07:16:48 +0000 (07:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    findutils.spec -> 1.38

findutils.spec

index a36388bb3c632156eee9b33b0a9215a68ff6c851..414ecd0f7005ae79cee1f5f4a51ba272a6a4be01 100644 (file)
@@ -16,7 +16,8 @@ Patch1:               %{name}-pl_manpages.patch
 Patch2:                %{name}-mktemp.patch
 Patch3:                %{name}-getshort.patch
 Patch4:                %{name}-DESTDIR.patch
-BuildRequires: automake
+Patch5:                %{name}-am-workaround.patch
+#BuildRequires:        automake
 BuildRequires: texinfo
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -64,11 +65,12 @@ arayabilirsiniz.
 %patch2 -p1 
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 #autoconf
 touch lib/{stat,lstat}.c
-automake -a -c
+#automake -a -c
 %configure 
 
 %{__make}
This page took 0.061774 seconds and 4 git commands to generate.