]> git.pld-linux.org Git - packages/6tunnel.git/commitdiff
- overriding CC no longer needed kernel
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 16 Jun 2003 09:39:56 +0000 (09:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- it uses libinet6 now, but probably unnecessarily... (added TODO)

Changed files:
    6tunnel.spec -> 1.25

6tunnel.spec

index 0ec6a95a242c9851afc749767fcc9de2998a1933..48f4ff1a0628892b91899bb72a6c7b743246985c 100644 (file)
@@ -1,3 +1,4 @@
+# TODO: decide to use libinet6 or not
 Summary:       Simple tunneling for applications that don't speak IPv6
 Summary(pl):   Proste narzêdzie do tunelowania
 Name:          6tunnel
@@ -7,6 +8,10 @@ License:       GPL
 Group:         Networking/Utilities
 Source0:       ftp://bzium.eu.org/pub/%{name}-%{version}.tar.gz
 # Source0-md5: 574d65554a7792079e25f9fae833e9fa
+# probably not needed, but used if found, so BR or BC is needed
+# to force stable build environment
+# (should be disabled in configure if not needed)
+BuildRequires: libinet6
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -26,7 +31,7 @@ narz
 %build
 %{__autoconf}
 %configure
-%{__make} CC="gcc %{rpmcflags} -Wall"
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.100513 seconds and 4 git commands to generate.