Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
emulab-devel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
emulab
emulab-devel
Commits
6a7ec9e0
Commit
6a7ec9e0
authored
20 years ago
by
Mike Hibler
Browse files
Options
Downloads
Patches
Plain Diff
modify The Big Script to include downloading and applying patches for
elvind/libelvin
parent
bfcdcbd4
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/updating-RHL/RHL90-build.sh
+4
-0
4 additions, 0 deletions
doc/updating-RHL/RHL90-build.sh
with
4 additions
and
0 deletions
doc/updating-RHL/RHL90-build.sh
+
4
−
0
View file @
6a7ec9e0
...
...
@@ -574,6 +574,8 @@ install -o root -g root -m 644 {"${image_root}",}/etc/ld.so.conf
cd
"
${
local_build_root
}
"
wget
"http://www.emulab.net/downloads/libelvin-4.0.3.tar.gz"
tar
zxf libelvin-4.0.3.tar.gz
wget
"http://www.emulab.net/downloads/libelvin-4.0.3.patch"
patch
-p0
< libelvin-4.0.3.patch
cd
libelvin-4.0.3
#
# Ancient software. Without `-fno-strict-aliasing', the `configure' script
...
...
@@ -594,6 +596,8 @@ unset CFLAGS CPPFLAGS LIBS
cd
"
${
local_build_root
}
"
wget
"http://www.emulab.net/downloads/elvind-4.0.3.tar.gz"
tar
zxf elvind-4.0.3.tar.gz
wget
"http://www.emulab.net/downloads/elvind-4.0.3.patch"
patch
-p0
< elvind-4.0.3.patch
cd
elvind-4.0.3
./configure
gmake
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment