]> git.pld-linux.org Git - packages/netsurf.git/commitdiff
comment on CXX and improve others auto/th/netsurf-2.9-1
authorElan Ruusamäe <glen@delfi.ee>
Sun, 13 Jan 2013 11:33:25 +0000 (13:33 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 13 Jan 2013 11:33:25 +0000 (13:33 +0200)
netsurf.spec

index 777d39893adec2385e8a605816d21a9ecafb4735..7f876e518a78c01aa22f6247362bf21927555885 100644 (file)
@@ -83,16 +83,17 @@ NETSURF_FB_FONTPATH := %{_datadir}/fonts/TTF
 EOF
 
 %build
-# make -j1 or it won't find libwapcaplet/libwapcaplet.h
-
-#-werror's:
-#src/surface/vnc.c: In function 'vnc_input':
-#src/surface/vnc.c:489:9: error: variable 'ret' set but not used [-Werror=unused-but-set-variable]
 export CC="%{__cc}"
+# while cxx not needed, somewhy it helps race condition on carme build
 export CXX="%{__cxx}"
+# silence -Werror:
+#src/surface/vnc.c: In function 'vnc_input':
+#src/surface/vnc.c:489:9: error: variable 'ret' set but not used [-Werror=unused-but-set-variable]
 export CFLAGS="%{rpmcflags} -Wno-error=unused-but-set-variable"
 export LDFLAGS="%{rpmldflags}"
 
+# make -j1 or it won't find libwapcaplet/libwapcaplet.h
+
 %{__make} -j1 \
        PREFIX=%{_prefix} \
        Q='' \
This page took 0.082262 seconds and 4 git commands to generate.