Commit 8716c92f authored by Damian Montero's avatar Damian Montero Committed by GitHub

Merge pull request #305 from cstrouse/emacs-disable-selinux

Disable selinux support
parents e46d2b13 480957d3
......@@ -11,7 +11,7 @@ class Emacs < Package
depends_on "automake"
def self.build
system "./configure --prefix=/usr/local --without-x --without-makeinfo"
system "./configure --prefix=/usr/local --without-x --without-makeinfo --disable-selinux"
system "sed -i '/static void \\*/{ N; /static void \\*\\naligned_alloc/{ s/static //g}}' src/alloc.c"
system "make"
end
......
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