[Lunar-commits] <moonbase> gcc: Make sure installwatch can track the headers being installed
Stefan Wold
ratler at lunar-linux.org
Mon Aug 22 16:55:26 CEST 2011
commit 46c3ad51ca8fc8306a9df94ec31802775845db23
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Fri Jul 1 10:22:13 2011 +0200
gcc: Make sure installwatch can track the headers being installed
---
compilers/gcc/BUILD | 3 +++
compilers/gcc/BUILD.x86_64 | 4 ++++
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/compilers/gcc/BUILD b/compilers/gcc/BUILD
index ecab117..a46d496 100644
--- a/compilers/gcc/BUILD
+++ b/compilers/gcc/BUILD
@@ -2,6 +2,9 @@
patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+ # This will fix an issue where installwatch fail to track installed headers
+ sedit 's;^\(build_install_headers_dir=\).*;\1install-headers-cp;' gcc/config.build &&
+
mkdir BUILD &&
cd BUILD &&
diff --git a/compilers/gcc/BUILD.x86_64 b/compilers/gcc/BUILD.x86_64
index 78b53a7..513da53 100644
--- a/compilers/gcc/BUILD.x86_64
+++ b/compilers/gcc/BUILD.x86_64
@@ -2,6 +2,10 @@
patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+ # This will fix an issue where installwatch fail to track installed headers
+ sedit 's;^\(build_install_headers_dir=\).*;\1install-headers-cp;' gcc/config.build &&
+
+
mkdir BUILD &&
cd BUILD &&
More information about the Lunar-commits
mailing list