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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rx-etersoft
nxssh
Commits
67fb8e44
Commit
67fb8e44
authored
Oct 18, 2017
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build with nx-devel
parent
edc3eb9b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
5 deletions
+10
-5
nxssh.spec
.gear/nxssh.spec
+6
-2
Makefile.in
Makefile.in
+2
-1
configure.ac
configure.ac
+2
-2
No files found.
.gear/nxssh.spec
View file @
67fb8e44
...
...
@@ -24,10 +24,14 @@ Source: %name-%version.tar
%make_build || %make
%install
install -m755 nxssh %buildroot%_bindir/
mkdir -p %buildroot%_bindir
install -m755 nxssh nxsshd nxssh-keygen %buildroot%_bindir/
%files
%_bindir/
nxssh
%_bindir/
*
%changelog
* Wed Oct 18 2017 Pavel Vainerman <pv@altlinux.ru> 7.5-alt0.1
- initial commit
Makefile.in
View file @
67fb8e44
...
...
@@ -18,6 +18,7 @@ sysconfdir=@sysconfdir@
piddir
=
@piddir@
srcdir
=
@srcdir@
top_srcdir
=
@top_srcdir@
includedir
=
@includedir@
DESTDIR
=
VPATH
=
@srcdir@
...
...
@@ -45,7 +46,7 @@ PATHS= -DSSHDIR=\"$(sysconfdir)\" \
CC
=
@CC@
LD
=
@LD@
CFLAGS
=
@CFLAGS@
CFLAGS
=
@CFLAGS@
-I
$(includedir)
/nx
CPPFLAGS
=
-I
.
-I
$(srcdir)
@CPPFLAGS@
$(PATHS)
@DEFS@
LIBS
=
@LIBS@
K5LIBS
=
@K5LIBS@
...
...
configure.ac
View file @
67fb8e44
...
...
@@ -56,8 +56,8 @@ AC_SUBST(NXCOMPLIBS)
CFLAGS="-g -O3"
NXCOMPINC="-I
../nxcomp
"
NXCOMPLIBS="-
L../nxcomp -
lXcomp -lstdc++ -lpng -ljpeg -lz"
NXCOMPINC="-I
nx
"
NXCOMPLIBS="-lXcomp -lstdc++ -lpng -ljpeg -lz"
dnl select manpage formatter
if test "x$MANDOC" != "x" ; then
...
...
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