diff options
author | Jay Freeman <saurik@saurik.com> | 2014-12-03 08:55:43 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2014-12-03 08:55:43 +0000 |
commit | ca34a3b04e01145dcc7fadbf91cb29da44e3e7be (patch) | |
tree | a76377b640c8681c29d9829223127ea37f7b64ea /data/openssh/install.diff | |
parent | 8934ade1486651206258200b4f6aebe3c61aa816 (diff) |
Updated openssl and openssh.
git-svn-id: http://svn.telesphoreo.org/trunk@797 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/openssh/install.diff')
-rw-r--r-- | data/openssh/install.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/openssh/install.diff b/data/openssh/install.diff new file mode 100644 index 000000000..88866e26b --- /dev/null +++ b/data/openssh/install.diff @@ -0,0 +1,12 @@ +diff -ru openssh-6.7p1/Makefile.in openssh-6.7p1+iPhone/Makefile.in +--- openssh-6.7p1/Makefile.in 2014-08-30 06:23:07.000000000 +0000 ++++ openssh-6.7p1+iPhone/Makefile.in 2014-12-03 08:17:45.000000000 +0000 +@@ -270,7 +270,7 @@ + $(AUTORECONF) + -rm -rf autom4te.cache + +-install: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files install-sysconf host-key check-config ++install: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files install-sysconf + install-nokeys: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files install-sysconf + install-nosysconf: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files + |