12 lines
206 B
Text
12 lines
206 B
Text
|
Fix for -fno-common
|
||
|
|
||
|
Index: src/version.h
|
||
|
--- src/version.h.orig
|
||
|
+++ src/version.h
|
||
|
@@ -1,4 +1,4 @@
|
||
|
#ifndef zoem_version_h__
|
||
|
#define zoem_version_h__
|
||
|
-char *zoemDateTag;
|
||
|
+extern char *zoemDateTag;
|
||
|
#endif
|