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
4f957bb0
Commit
4f957bb0
authored
7 years ago
by
Kazushi (Jam) Marukawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert #730 PR.
parent
5031fa84
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
packages/python27.rb
packages/python27.rb
+2
-2
No files found.
packages/python27.rb
View file @
4f957bb0
...
@@ -18,14 +18,14 @@ class Python27 < Package
...
@@ -18,14 +18,14 @@ class Python27 < Package
system
"make"
system
"make"
# strip debug symbols from library
# strip debug symbols from library
system
"find . -name '*.so' -print | xargs strip -S"
#
unless @@debug_symbol
system
"find . -name '*.so' -print | xargs strip -S"
unless
@@debug_symbol
end
end
def
self
.
install
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
# strip binary
# strip binary
system
"strip"
,
"
#{
CREW_DEST_DIR
}
/usr/local/bin/python2"
#
unless @@debug_symbol
system
"strip"
,
"
#{
CREW_DEST_DIR
}
/usr/local/bin/python2"
unless
@@debug_symbol
# remove static library
# remove static library
system
"find
#{
CREW_DEST_DIR
}
/usr/local -name 'libpython*.a' -print | xargs rm"
system
"find
#{
CREW_DEST_DIR
}
/usr/local -name 'libpython*.a' -print | xargs rm"
...
...
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