diff options
Diffstat (limited to 'testing/rssh/makefile.patch')
-rw-r--r-- | testing/rssh/makefile.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/rssh/makefile.patch b/testing/rssh/makefile.patch new file mode 100644 index 0000000000..ac13d67dd4 --- /dev/null +++ b/testing/rssh/makefile.patch @@ -0,0 +1,15 @@ +--- a/Makefile.in ++++ b/Makefile.in +@@ -727,10 +727,10 @@ uninstall-man: uninstall-man1 uninstall- + + + .c.o: +- $(CC) -c $(DEFS) $(ourdefs) $(AM_CFLAGS) $(CPPFLAGS) $(LDFLAGS) $< ++ $(CC) -c $(DEFS) $(ourdefs) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $< + + install-exec-hook: +- chmod u+s $(libexecdir)/rssh_chroot_helper ++ chmod u+s $(DESTDIR)$(libexecdir)/rssh_chroot_helper + + rpm: dist + rpmbuild -ta --sign $(base).tar.gz |