Skip to content
Snippets Groups Projects
  1. Jun 02, 2017
  2. Jun 01, 2017
  3. May 31, 2017
  4. May 17, 2017
    • Peter Korsgaard's avatar
      fbgrab: explicitly build fbgrab target to workaround gzip issue · e75f4d6f
      Peter Korsgaard authored
      
      Fixes #9871
      
      gzip reads default command line options from the environment variable GZIP.
      The fbgrab Makefile internally also uses a GZIP make variable to know what
      command to use to compress the manpage. Unfortunaly make will export the
      value of this make variable to the environment if GZIP is already present in
      the enviroment, confusing gzip (as 'gzip' isn't a valid command line argument).
      
      This can either be triggered by users having GZIP set in their environment
      (E.G.  for custom options), or by enabling BR2_REPRODUCIBLE, where we use
      this feature to force the -n option (to not store name/timestamp) to gzip.
      
      We don't really need to compress the manpage as it isn't installed anyway,
      so work around the issue by only building the fbgrab application.
      
      Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
      Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
      (cherry picked from commit be8d1efd)
      Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
      e75f4d6f
Loading