components/gzip/patches/znew.patch
author Rich Burridge <rich.burridge@oracle.com>
Fri, 29 Apr 2016 05:16:35 -0700
changeset 5880 caab292318a0
parent 3799 c3e697abd23b
permissions -rw-r--r--
23189614 Update gzip to version 1.8

Still need to add a PATH with /usr/gnu/bin at the front, to get it to pick
up GNU versions of utilities like chmod that use command line options that
are not present in the Solaris supplied utilities in /usr/bin.

This patch is Solaris specific and will not be sent upstream.

--- gzip-1.8/znew.in.orig	2016-04-27 06:31:30.480064454 -0700
+++ gzip-1.8/znew.in	2016-04-27 06:31:59.295495761 -0700
@@ -18,6 +18,8 @@
 # with this program; if not, write to the Free Software Foundation, Inc.,
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
+PATH=/usr/gnu/bin:$bindir:$PATH; export PATH
+
 version="znew (gzip) @VERSION@
 Copyright (C) 2010-2016 Free Software Foundation, Inc.
 This is free software.  You may redistribute copies of it under the terms of