Skip to content
Snippets Groups Projects
Commit 77325888 authored by Oliver Bock's avatar Oliver Bock
Browse files

Removed obsolete patch (integrated upstream)

parent 77d2d780
No related branches found
No related tags found
No related merge requests found
......@@ -447,8 +447,6 @@ 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
......
--- 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment