Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Oliver Behnke
graphicsframework
Commits
f4b294c0
Commit
f4b294c0
authored
Nov 11, 2009
by
Oliver Bock
Browse files
Fixing BOINC out-of-tree build
parent
d7ce12da
Changes
2
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
f4b294c0
...
...
@@ -421,6 +421,8 @@ build_boinc()
echo
"Configuring BOINC..."
|
tee
-a
$LOGFILE
cd
$ROOT
/3rdparty/boinc
||
failure
# fix svn_version.h update for out-of-tree builds (patch sent upstream)
patch
$ROOT
/3rdparty/boinc/Makefile.am <
$ROOT
/patches/boinc.Makefile.am.2.patch
>>
$LOGFILE
2>&1
||
failure
chmod
+x _autosetup
>>
$LOGFILE
2>&1
||
failure
./_autosetup
>>
$LOGFILE
2>&1
||
failure
chmod
+x configure
>>
$LOGFILE
2>&1
||
failure
...
...
patches/boinc.Makefile.am.2.patch
0 → 100644
View file @
f4b294c0
--- Makefile.am
+++ Makefile.am 2009-11-11 16:01:46.000000000 +0100
@@ -47,7 +47,7 @@
BUILT_SOURCES = svn_version.h
svn_version.h: generate_svn_version.sh
- sh generate_svn_version.sh
+ cd $(srcdir) && sh generate_svn_version.sh
.PHONY: svn_version.h
# Add a stage target for staging a distribution
Write
Preview
Supports
Markdown
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