Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
graphicsframework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Oliver Behnke
graphicsframework
Commits
62762b9f
Commit
62762b9f
authored
16 years ago
by
Oliver Bock
Browse files
Options
Downloads
Patches
Plain Diff
Use passive FTP
parent
63bc74b7
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.sh
+1
-1
1 addition, 1 deletion
build.sh
with
1 addition
and
1 deletion
build.sh
+
1
−
1
View file @
62762b9f
...
...
@@ -140,7 +140,7 @@ prepare_generic()
echo
"Retrieving libxml2 (this may take a while)..."
|
tee
-a
$LOGFILE
cd
$ROOT
/3rdparty
||
failure
wget ftp://xmlsoft.org/libxml2/libxml2-sources-2.6.32.tar.gz
>>
$LOGFILE
2>&1
||
failure
wget
--passive-ftp
ftp://xmlsoft.org/libxml2/libxml2-sources-2.6.32.tar.gz
>>
$LOGFILE
2>&1
||
failure
tar
-xzf
libxml2-sources-2.6.32.tar.gz
>>
$LOGFILE
2>&1
||
failure
rm
libxml2-sources-2.6.32.tar.gz
>>
$LOGFILE
2>&1
||
failure
# substitute old source tree
...
...
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