Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alpine
abuild
Commits
5fca471a
Commit
5fca471a
authored
Feb 21, 2013
by
Natanael Copa
Browse files
abuild: treat syslinux's .c32 files as shared objects
syslinux switched to elf format from 5.0
parent
a3fc9a05
Changes
1
Hide whitespace changes
Inline
Side-by-side
abuild.in
View file @
5fca471a
...
...
@@ -1025,7 +1025,7 @@ scan_shared_objects() {
# we only want shared libs
case
$soname
in
*
.so|
*
.so.[0-9]
*
);;
*
.so|
*
.so.[0-9]
*
|
*
.c32
);;
*
)
continue
;;
esac
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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