]> git.pld-linux.org Git - packages/clink.git/blobdiff - clink.spec
- patch exists in CVS
[packages/clink.git] / clink.spec
index 77f1a85c8a739788a2e0c92399a01bb6a06b6375..6cd3969eebe077d8f7ecd8e73ba7fdc18463d8e7 100644 (file)
@@ -7,6 +7,8 @@ License:        GPL
 Group:         Applications/Networking
 Source0:       http://allendowney.com/research/clink/%{name}.%{version}.tar.gz
 # Source0-md5: 9bfb957d7733e434a5e902dccad89c56
+# formerly ftp://ftp.6bone.pl/pub/ipv6/set-glibc-2.1.new/clink.1.0a.diff
+Patch0:                clink.1.0a.diff
 URL:           http://allendowney.com/research/clink/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -24,10 +26,11 @@ z pojedynczego źródła.
 
 %prep
 %setup -q -n %{name}.%{version}
+%patch0 -p1
 
 %build
-
-%{__make} CFLAGS="%{rpmcflags} -D_GNU_SOURCE"
+%{__make} \
+       CFLAGS="%{rpmcflags} -D_GNU_SOURCE"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.073551 seconds and 4 git commands to generate.