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
103f4d2d
Commit
103f4d2d
authored
4 years ago
by
Ed Reel
Committed by
GitHub
4 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add linux_pam pre-built binary for i686 (#4662)
parent
8aa92d42
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
packages/linux_pam.rb
packages/linux_pam.rb
+3
-1
No files found.
packages/linux_pam.rb
View file @
103f4d2d
...
...
@@ -11,18 +11,20 @@ class Linux_pam < Package
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/linux_pam-1.5.1-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/linux_pam-1.5.1-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/linux_pam-1.5.1-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/linux_pam-1.5.1-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'50f55a3858081ca4748fba9f731310b81c9ed6ed85597c1fd715a5c2ae1f56d4'
,
armv7l:
'50f55a3858081ca4748fba9f731310b81c9ed6ed85597c1fd715a5c2ae1f56d4'
,
i686:
'5017e846407cb9692a915b1b513616515a45a6143303904125d29f0a43348ab6'
,
x86_64:
'af1b7e6212444ba310b0441a5f32697f6478a1b62f79b78153fd49718a4e8465'
,
})
depends_on
'libdb'
# libdb needs to be built with "--enable-dbm"
def
self
.
build
system
"./configure
#{
CREW_OPTIONS
}
--enable-static"
system
"./configure
#{
CREW_OPTIONS
}
--enable-static
--disable-nis
"
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