Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
B
buildblocks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Pmodules
buildblocks
Commits
8e93032e
Commit
8e93032e
authored
Aug 26, 2014
by
gsell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
global: added
parent
7605c35a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
scripts/global.build
scripts/global.build
+22
-0
No files found.
scripts/global.build
0 → 100755
View file @
8e93032e
#!/bin/bash
source
"
$(
dirname
$0
)
/../lib/libem.bash"
function
em.configure
()
{
"
${
MODULE_SRCDIR
}
"
/configure
\
--prefix
=
"
${
PREFIX
}
"
\
--with-pic
=
yes
\
--with-included-ltdl
\
||
exit
1
}
em.add_to_family
'Tools'
em.set_docfiles
'AUTHORS'
'COPYING'
'COPYING.LIB'
'LICENSE'
'README'
'THANKS'
em.set_build_dependencies
"gcc/4.8.3"
em.make_all
# Local Variables:
# mode: sh
# sh-basic-offset: 8
# tab-width: 8
# End:
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