mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-20 00:16:38 +02:00
I think that rssh is worthy of being in the main repository; it's stable, trustworthy and has very long history.
18 lines
478 B
Diff
18 lines
478 B
Diff
Upstream: No
|
|
Reason: Respect required environment variables
|
|
|
|
--- 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
|