Commit 8800f0f0 authored by Casey Strouse's avatar Casey Strouse

Change flag to disable selinux support

Change 'disable' to 'without' enables package to build.
parent 26cd82da
......@@ -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