Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > by-pkgid > f60fe37e5074c546a211212378c65eb6 > files > 12

xen-3.4.2-2mdv2009.0.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