4 changed files with 26 additions and 25 deletions
@ -1,21 +1,22 @@
|
||||
Index: autoconf/ExportMap.map
|
||||
--- autoconf/ExportMap.map.orig 2009-02-26 19:37:59 +0100
|
||||
+++ autoconf/ExportMap.map 2010-01-23 10:15:28 +0100
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
- global: main;
|
||||
+ global: main; environ; __progname;
|
||||
local: *;
|
||||
};
|
||||
Index: Makefile.config.in
|
||||
--- Makefile.config.in.orig 2009-08-18 02:40:33 +0200
|
||||
+++ Makefile.config.in 2010-01-23 13:51:58 +0100
|
||||
--- Makefile.config.in.orig 2010-03-04 21:56:19.000000000 +0100
|
||||
+++ Makefile.config.in 2010-04-29 20:19:26.000000000 +0200
|
||||
@@ -83,7 +83,7 @@
|
||||
PROJ_etcdir := $(DESTDIR)$(PROJ_prefix)/etc/llvm
|
||||
PROJ_includedir := $(DESTDIR)$(PROJ_prefix)/include
|
||||
PROJ_infodir := $(DESTDIR)$(PROJ_prefix)/info
|
||||
-PROJ_mandir := $(DESTDIR)$(PROJ_prefix)/share/man
|
||||
+PROJ_mandir := $(DESTDIR)$(PROJ_prefix)/man
|
||||
PROJ_etcdir := $(PROJ_prefix)/etc/llvm
|
||||
PROJ_includedir := $(PROJ_prefix)/include
|
||||
PROJ_infodir := $(PROJ_prefix)/info
|
||||
-PROJ_mandir := $(PROJ_prefix)/share/man
|
||||
+PROJ_mandir := $(PROJ_prefix)/man
|
||||
|
||||
# Determine if we're on a unix type operating system
|
||||
LLVM_ON_UNIX:=@LLVM_ON_UNIX@
|
||||
Index: autoconf/ExportMap.map
|
||||
--- autoconf/ExportMap.map.orig 2010-02-24 23:33:41.000000000 +0100
|
||||
+++ autoconf/ExportMap.map 2010-04-29 19:44:53.000000000 +0200
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
- global: main;
|
||||
+ global: main; environ; __progname;
|
||||
__progname;
|
||||
environ;
|
||||
|
||||
|
||||
Loading…
Reference in new issue