Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
8716c92f
Commit
8716c92f
authored
8 years ago
by
Damian Montero
Committed by
GitHub
8 years ago
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #305 from cstrouse/emacs-disable-selinux
Disable selinux support
parents
e46d2b13
480957d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
packages/emacs.rb
packages/emacs.rb
+1
-1
No files found.
packages/emacs.rb
View file @
8716c92f
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment