]> git.pld-linux.org Git - packages/httping.git/commitdiff
- optflags
authornail2k <nail2k@pld-linux.org>
Mon, 24 Jan 2005 22:03:49 +0000 (22:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    httping.spec -> 1.4

httping.spec

index ff0dd9cae4d15b77805644cfc5f92bec2d9d21e2..e88f7610a5ff9127f91ba121b72160e04c8e0e86 100644 (file)
@@ -1,4 +1,3 @@
-# TODO: optflags
 Summary:       Ping-like tool for HTTP requests
 Summary(pl):   Narzêdzie do "pingowania" poprzez protokó³ HTTP
 Name:          httping
@@ -8,6 +7,7 @@ License:        GPL
 Group:         Networking/Utilities
 Source0:       http://www.vanheusden.com/httping/%{name}-%{version}.tgz
 # Source0-md5: 04ce13275795676f6bb533154574949e
+Patch0:                %{name}-makefile.patch
 URL:           http://www.vanheusden.com/httping/
 BuildRequires: openssl-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -27,10 +27,12 @@ statystycznych.
 
 %prep
 %setup -q
+%patch -p0
 
 %build
 %{__make} \
-       CC="%{__cc}"
+       CC="%{__cc}" \
+       DEBUG="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.223345 seconds and 4 git commands to generate.