Explorar o código

Unbreak CVS by backing out this part of revision 1.100: | - added CPPFLAGS to avoid warning from configure | WARNING: Package ZLIB is more recent than requested external version | (1.2.1 > 1.1.3). configure with the --without-external-zlib | option to select the more recent version. The reason is that for still totally unclear reasons this horribly breaks CVS under runtime. The effect is that instead of... | $ cvs up | cvs update: Updating . one gets: | $ cvs up | cvs update: nothing known about `up' | cvs update: nothing known about `-P' | cvs update: nothing known about `-d' I've still no clue what exactly caused this but as the above CPPFLAGS just removed a warning, it reverse it until we found out more...

Ralf S. Engelschall %!s(int64=20) %!d(string=hai) anos
pai
achega
1782c67a36
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      cvs/cvs.spec

+ 1 - 2
cvs/cvs.spec

@@ -37,7 +37,7 @@ Class:        CORE
 Group:        SCM
 License:      GPL
 Version:      %{V_cvs}
-Release:      20050609
+Release:      20050612
 
 #   package options
 %option       with_fsl         yes
@@ -121,7 +121,6 @@ AutoReqProv:  no
 %else
     CFLAGS="%{l_cflags -O}" \
 %endif
-    CPPFLAGS="%{l_cppflags}" \
     LDFLAGS="%{l_fsl_ldflags}" \
     LIBS="%{l_fsl_libs}" \
     ./configure -C \