build: mark font-unifont as noexecstack
authorDavid Herrmann <dh.herrmann@gmail.com>
Mon, 4 Mar 2013 11:15:27 +0000 (12:15 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Mon, 4 Mar 2013 11:15:27 +0000 (12:15 +0100)
commit87e1cf03f264cf53d2dd65d9ae17242785484d87
tree8cba63d093a8a03e9fba2ba50e55f69b238f6ff1
parented6d7fa1166b20e4dfbcdb59035c6bc0bc293028
build: mark font-unifont as noexecstack

ld automatically assumes that any binary input file requires an executable
stack. There's no way to tell it that it doesn't so we simply mark all
inputs as noexecstack.

Reported-by: Etam
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Makefile.am