Sophie

Sophie

distrib > Mandriva > 2009.1 > i586 > by-pkgid > 09a1948708a142b347bb083711f1db67 > files > 9

xen-3.3.1-2mdv2009.1.src.rpm

diff -Naur --exclude '*~' xen-3.3.1/stubdom/Makefile xen-3.3.1-fix-stubdom-Makefile/stubdom/Makefile
--- xen-3.3.1/stubdom/Makefile	2009-01-05 12:26:58.000000000 +0100
+++ xen-3.3.1-fix-stubdom-Makefile/stubdom/Makefile	2009-01-13 13:22:45.000000000 +0100
@@ -53,7 +53,7 @@
 TARGET_CFLAGS += $(call cc-option,$(CC),-fno-stack-protector-all,)
 
 # Do not use host headers and libs
-GCC_INSTALL = $(shell LANG=C gcc -print-search-dirs | sed -n -e 's/install: \(.*\)/\1/p')
+GCC_INSTALL = $(shell LC_ALL=C gcc -print-search-dirs | sed -n -e 's/install: \(.*\)/\1/p')
 TARGET_CPPFLAGS += -U __linux__ -U __FreeBSD__ -U __sun__
 TARGET_CPPFLAGS += -nostdinc
 TARGET_CPPFLAGS += -isystem $(CURDIR)/$(MINI_OS)/include/posix