mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-02-16 22:06:55 +00:00
Build fixes
This commit is contained in:
parent
742d2cb5f8
commit
cdb8b1d349
@ -58,7 +58,7 @@ gnome-ssh-askpass: gnome-ssh-askpass.c
|
||||
clean:
|
||||
rm -f *.o core $(TARGETS) config.status config.cache config.log
|
||||
|
||||
install:
|
||||
install: all
|
||||
install -d $(bindir)
|
||||
install -d $(sbindir)
|
||||
install -d $(mandir)
|
||||
|
@ -44,6 +44,8 @@ patented algorithms to seperate libraries (OpenSSL).
|
||||
CFLAGS="$RPM_OPT_FLAGS" \
|
||||
./configure --prefix=/usr --sysconfdir=/etc/ssh --enable-gnome-askpass
|
||||
|
||||
make
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install prefix="$RPM_BUILD_ROOT/usr"
|
||||
|
Loading…
Reference in New Issue
Block a user