Commit b38463b5 authored by supechicken666's avatar supechicken666 Committed by GitHub

Add –fstack-protector option (#4644)

parent 4d5f1e60
......@@ -15,7 +15,7 @@ class Glib < Package
depends_on 'util_linux'
depends_on 'six'
ENV['CFLAGS'] = "-fno-stack-protector"
ENV['CFLAGS'] = "-fstack-protector"
def self.build
system "meson #{CREW_MESON_OPTIONS} \
-Dselinux=disabled \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment