Commit 67fb8e44 authored by Pavel Vainerman's avatar Pavel Vainerman

build with nx-devel

parent edc3eb9b
......@@ -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
......@@ -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@
......
......@@ -56,8 +56,8 @@ AC_SUBST(NXCOMPLIBS)
CFLAGS="-g -O3"
NXCOMPINC="-I../nxcomp"
NXCOMPLIBS="-L../nxcomp -lXcomp -lstdc++ -lpng -ljpeg -lz"
NXCOMPINC="-Inx"
NXCOMPLIBS="-lXcomp -lstdc++ -lpng -ljpeg -lz"
dnl select manpage formatter
if test "x$MANDOC" != "x" ; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment