Projet

Général

Profil

000-export_lasso_log.patch

Vita Batrla, 07 juin 2019 10:51

Télécharger (876 octets)

Voir les différences:


  

new/components/lasso/patches/000-export_lasso_log.patch Fri May 31 16:02:02 2019
1
The symbol lasso_log has to be exported, otherwise Solaris run-time linker
2
fails due to unresolved symbol dependency.
3

  
4
diff -ru lasso-2.6.0/lasso/logging.h lasso-2.6.0.new/lasso/logging.h
5
--- lasso-2.6.0/lasso/logging.h	2018-04-06 12:40:15.025592506 +0200
6
+++ lasso-2.6.0.new/lasso/logging.h	2019-03-20 14:13:49.030748837 +0100
7
@@ -28,8 +28,8 @@
8
 #include "errors.h"
9
 
10
 #ifndef lasso_log
11
-void lasso_log(GLogLevelFlags level, const char *filename, int line,
12
-		const char *function, const char *format, ...);
13
+LASSO_EXPORT void lasso_log(GLogLevelFlags level, const char *filename,
14
+		int line, const char *function, const char *format, ...);
15
 #endif
16
 
17
 int lasso_log_error_code(GLogLevelFlags level, int error, ...);