Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nxssh
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Алексей Аляев
nxssh
Commits
89251d49
Commit
89251d49
authored
Nov 01, 2017
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed bug for build with kerberos
parent
87cbdf9e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
nxssh.spec
.gear/nxssh.spec
+11
-2
No files found.
.gear/nxssh.spec
View file @
89251d49
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
Name: nxssh
Name: nxssh
Version: 7.5
Version: 7.5
Release: alt0.
2
Release: alt0.
3
Summary: Openssh portable (etersoft edition)
Summary: Openssh portable (etersoft edition)
Packager: Pavel Vainerman <pv@altlinux.ru>
Packager: Pavel Vainerman <pv@altlinux.ru>
...
@@ -24,8 +24,14 @@ Openssh portable (etersoft edition)
...
@@ -24,8 +24,14 @@ Openssh portable (etersoft edition)
%setup
%setup
%build
%build
with_kerberos=
%if_enabled kerberos5
with_kerberos="--with-kerberos5"
%endif
%autoreconf
%autoreconf
%configure --without-zlib-version-check
%{subst_enable kerberos5
}
%configure --without-zlib-version-check
${with_kerberos
}
%make_build || %make
%make_build || %make
%install
%install
...
@@ -37,6 +43,9 @@ install -m755 nxssh nxsshd nxssh-keygen %buildroot%_bindir/
...
@@ -37,6 +43,9 @@ install -m755 nxssh nxsshd nxssh-keygen %buildroot%_bindir/
%changelog
%changelog
* Wed Nov 01 2017 Pavel Vainerman <pv@altlinux.ru> 7.5-alt0.3
- fixed bug in spec file (--enable-kerberos5 --> --with-kerberos5)
* Mon Oct 30 2017 Pavel Vainerman <pv@altlinux.ru> 7.5-alt0.2
* Mon Oct 30 2017 Pavel Vainerman <pv@altlinux.ru> 7.5-alt0.2
- build with kerberos5
- build with kerberos5
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment