summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorPeter Korsgaard2006-10-14 13:34:14 +0200
committerPeter Korsgaard2006-10-14 13:34:14 +0200
commita47e16eb42b2d970b24fdde893617ce3419fb018 (patch)
tree709f7c805a12d08c6bf250a5b907b5f8a790de64 /package
parent- normalize KERNEL_ARCH via sed (diff)
downloadbuildroot-a47e16eb42b2d970b24fdde893617ce3419fb018.tar.gz
buildroot-a47e16eb42b2d970b24fdde893617ce3419fb018.tar.xz
buildroot-a47e16eb42b2d970b24fdde893617ce3419fb018.zip
fix CrossCompileDir (patch by Andrew E. Milesk)
Diffstat (limited to 'package')
-rw-r--r--package/xorg/xorg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/xorg/xorg.mk b/package/xorg/xorg.mk
index 41e338cff..2dc3cd82b 100644
--- a/package/xorg/xorg.mk
+++ b/package/xorg/xorg.mk
@@ -93,7 +93,7 @@ $(XORG_DIR)/.configured: $(DL_DIR)/$(XORG_SOURCE)
$(SED) 's:#define LdCmd.*:#define LdCmd $(TARGET_CROSS)ld:g' $(XORG_CF)
$(SED) 's:#.*define.*HasPam.*YES::g' $(XORG_DIR)/config/cf/linux.cf
$(SED) 's:#.*define.*CrossCompiling.*NO:#define CrossCompiling YES:g' $(XORG_DIR)/config/cf/Imake.tmpl
- $(SED) 's:#.*undef.*CrossCompileDir.*:#define CrossCompileDir$(STAGING_DIR)/bin:g' $(XORG_DIR)/config/cf/Imake.tmpl
+ $(SED) 's:#.*undef.*CrossCompileDir.*:#define CrossCompileDir $(STAGING_DIR)/bin:g' $(XORG_DIR)/config/cf/Imake.tmpl
$(SED) 's:REPLACE_XORG_ARCH:$(XARCH):g' $(XORG_DIR)/config/cf/cross.def
touch $(XORG_DIR)/.configured