[Box Backup-commit] [boxbackup/boxbackup] 0e2e47: Fix quoting of CXXFLAGS and LDFLAGS in Makefiles

GitHub noreply at github.com
Fri Jun 2 22:01:48 BST 2017


  Branch: refs/heads/s3_support_merge
  Home:   https://github.com/boxbackup/boxbackup
  Commit: 0e2e477cec8319b2d6313515cc73dfa671300cb1
      https://github.com/boxbackup/boxbackup/commit/0e2e477cec8319b2d6313515cc73dfa671300cb1
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-06-02 (Fri, 02 Jun 2017)

  Changed paths:
    M infrastructure/makebuildenv.pl.in

  Log Message:
  -----------
  Fix quoting of CXXFLAGS and LDFLAGS in Makefiles

Previously, it was impossible to include an @ sign in these flags (for example,
to link to support --with-ssl-headers=/usr/local/opt/openssl at 1.1/include/)
because it was interpreted as a list variable name by Perl. Now the variables
are evaluated single-quoted before being substituted into the Makefile output.




More information about the Boxbackup-commit mailing list