2016-03-23 09:48:07 +01:00
|
|
|
Index: expat-2.1.1/lib/expat_external.h
|
2013-01-18 09:55:13 +01:00
|
|
|
===================================================================
|
2016-03-23 09:48:07 +01:00
|
|
|
--- expat-2.1.1.orig/lib/expat_external.h
|
|
|
|
+++ expat-2.1.1/lib/expat_external.h
|
|
|
|
@@ -66,9 +66,8 @@
|
2011-10-31 00:18:03 +01:00
|
|
|
#endif /* not defined XML_STATIC */
|
|
|
|
|
|
|
|
|
2016-03-23 09:48:07 +01:00
|
|
|
-/* If we didn't define it above, define it away: */
|
2011-10-31 00:18:03 +01:00
|
|
|
#ifndef XMLIMPORT
|
2016-03-23 09:48:07 +01:00
|
|
|
-#define XMLIMPORT
|
|
|
|
+#define XMLIMPORT __attribute__ ((visibility ("default")))
|
|
|
|
#endif
|
2012-03-06 10:33:32 +01:00
|
|
|
|
2011-10-31 00:18:03 +01:00
|
|
|
|