]> git.pld-linux.org Git - packages/mosh.git/commitdiff
- Compile with warnings as errors for extra security per distributor advice on https...
authorCaleb Maclennan <caleb@alerque.com>
Mon, 23 Apr 2012 11:34:29 +0000 (11:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mosh.spec -> 1.5

mosh.spec

index cc289b64f5f1effe5bd64534fc84bb7df20b5fc4..3422aa2b7140dc57d7c27153918fa0646417e575 100644 (file)
--- a/mosh.spec
+++ b/mosh.spec
@@ -2,7 +2,7 @@
 Summary:       Mosh mobile shell
 Name:          mosh
 Version:       1.1.3
-Release:       1
+Release:       2
 License:       GPL v3+
 Group:         X11/Applications
 Source0:       https://github.com/downloads/keithw/mosh/%{name}-%{version}.tar.gz
@@ -32,8 +32,10 @@ especially over Wi-Fi, cellular, and long-distance links.
 
 %build
 %configure \
+       --enable-compile-warnings=error \
        CPPFLAGS="-I/usr/include/ncurses"
-%{__make}
+%{__make} \
+       -Werror
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.078646 seconds and 4 git commands to generate.