Commit a733dc43 authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #458 from cstrouse/fix-emacs

Change flag to disable selinux support
parents 26cd82da 8800f0f0
......@@ -11,7 +11,7 @@ class Emacs < Package
depends_on "automake"
def self.build
system "./configure --prefix=/usr/local --without-x --without-makeinfo --disable-selinux"
system "./configure --prefix=/usr/local --without-x --without-makeinfo --without-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