Line 0
Link Here
|
|
|
1 |
diff -ruN src.orig/core/Makefile.in src/core/Makefile.in |
2 |
--- src.orig/core/Makefile.in Sat Jan 14 17:24:03 2006 |
3 |
+++ src/core/Makefile.in Sat Jan 14 17:25:42 2006 |
4 |
@@ -253,7 +253,7 @@ |
5 |
libpcmanx_core_la_LIBADD = $(GUI_LIBS) |
6 |
libpcmanx_core_la_LDFLAGS = \ |
7 |
-export-dynamic \ |
8 |
- @LIBTOOL_EXPORT_OPTIONS@ \ |
9 |
+ -export-symbols-regex "^[[^_]].*" \ |
10 |
-rpath $(libdir) |
11 |
|
12 |
libpcmanx_core_la_SOURCES = \ |