[quake3-commits] [ioquake/ioq3] cab94d: Introduce NOTSHLIBLDFLAGS, used to link executable...

Tim Angus tim at ngus.net
Tue Sep 27 16:03:46 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/ioquake/ioq3
  Commit: cab94d0559f0e900348d42181e27b7d9a2608c66
      https://github.com/ioquake/ioq3/commit/cab94d0559f0e900348d42181e27b7d9a2608c66
  Author: Simon McVittie <smcv at debian.org>
  Date:   2016-09-22 (Thu, 22 Sep 2016)

  Changed paths:
    M Makefile

  Log Message:
  -----------
  Introduce NOTSHLIBLDFLAGS, used to link executables only

This can be used for LDFLAGS that would be inappropriate for shared
libraries, such as the "-fPIE -pie" used to link position-independent
executables. PIEs make it more difficult to exploit various classes
of security vulnerability.


  Commit: 5a33abe90c3418388605a0e97750cadbf7ecab10
      https://github.com/ioquake/ioq3/commit/5a33abe90c3418388605a0e97750cadbf7ecab10
  Author: Tim Angus <tim at ngus.net>
  Date:   2016-09-27 (Tue, 27 Sep 2016)

  Changed paths:
    M Makefile

  Log Message:
  -----------
  Merge pull request #224 from smcv/notshlib

Introduce NOTSHLIBLDFLAGS, used to link executables only


Compare: https://github.com/ioquake/ioq3/compare/3bd30f1f4fa8...5a33abe90c34


More information about the quake3-commits mailing list