]> git.pld-linux.org Git - packages/axel.git/commitdiff
- remove opt patch and add Makefile patch which removes bogus astripping in
authorkloczek <kloczek@pld-linux.org>
Tue, 6 Nov 2001 10:42:44 +0000 (10:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  makefile and adds using $(CC) instead directly gcc.

Changed files:
    axel.spec -> 1.16

axel.spec

index 5b64de9298b96d4ae5853e8cd1711a710f949964..fcb33553c70ee85c76a45d49de76f97034388d6d 100644 (file)
--- a/axel.spec
+++ b/axel.spec
@@ -10,7 +10,7 @@ Group(es):    Red/Utilitarios
 Group(pl):     Sieciowe/Narzêdzia
 Group(pt_BR):  Rede/Utilitários
 Source0:       http://www.lintux.cx/downloads/%{name}-%{version}.tar.gz
-Patch0:                %{name}-opt.patch
+Patch0:                %{name}-Makefile.patch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -28,7 +28,7 @@ wszystkie dane w jednym pliku. Dlatego powinien by
 %patch -p1
 
 %build
-%{__make} RPMCFLAGS="%{rpmcflags}" ETCDIR="%{_sysconfdir}"
+%{__make} CC="%{__cc}" CFLAGS="%{rpmcflags} -D_REENTRANT -DETCDIR=\\\"/etc\\\""
 
 gzip -9nf CHANGES README
 
This page took 0.657725 seconds and 4 git commands to generate.