diff options
| author | Arnout Vandecappelle <arnout@mind.be> | 2017-07-05 13:14:22 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-05 15:21:19 +0200 |
| commit | 24e50620c9ce952c85c1de1e6b20f6bcdda8f39d (patch) | |
| tree | 20e07f771bfc9dad6b016bca4d618d020c7173d5 /package/s6 | |
| parent | 19ba17ee3ba946ac865849df89d7c2988ea5aca9 (diff) | |
| download | buildroot-24e50620c9ce952c85c1de1e6b20f6bcdda8f39d.tar.gz buildroot-24e50620c9ce952c85c1de1e6b20f6bcdda8f39d.zip | |
Globally replace $(HOST_DIR)/usr/include with $(HOST_DIR)/include
Since things are no longer installed in $(HOST_DIR)/usr, the callers
should also not refer to it.
This is a mechanical change with
git grep -l '$(HOST_DIR)/usr/include' | xargs sed -i 's%$(HOST_DIR)/usr/include%$(HOST_DIR)/include%g'
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/s6')
| -rw-r--r-- | package/s6/s6.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/s6/s6.mk b/package/s6/s6.mk index e6b024a968..4daf1e7ecd 100644 --- a/package/s6/s6.mk +++ b/package/s6/s6.mk @@ -48,7 +48,7 @@ HOST_S6_DEPENDENCIES = host-execline HOST_S6_CONF_OPTS = \ --prefix=$(HOST_DIR) \ --with-sysdeps=$(HOST_DIR)/lib/skalibs/sysdeps \ - --with-include=$(HOST_DIR)/usr/include \ + --with-include=$(HOST_DIR)/include \ --with-dynlib=$(HOST_DIR)/lib \ --disable-static \ --enable-shared \ |

