diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2015-12-06 13:41:26 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2015-12-06 13:41:26 +0000 |
commit | 76f531063cd18932b8db57c12307a0f9a2e7933c (patch) | |
tree | 3f00c1abc3689425d0fa6f45e11eb065f686c103 /package/kernel/ar7-atm/patches-D7.05.01.00 | |
parent | cf6b9cdbe4aea6cae5c9169ccb38fe1fe6d53cd9 (diff) | |
download | upstream-76f531063cd18932b8db57c12307a0f9a2e7933c.tar.gz upstream-76f531063cd18932b8db57c12307a0f9a2e7933c.tar.bz2 upstream-76f531063cd18932b8db57c12307a0f9a2e7933c.zip |
ar7-atm: fix build with gcc 5
Remove the usage of the __TIME__ and __DATE__ macro.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 47797
Diffstat (limited to 'package/kernel/ar7-atm/patches-D7.05.01.00')
-rw-r--r-- | package/kernel/ar7-atm/patches-D7.05.01.00/090-no-date-time.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/kernel/ar7-atm/patches-D7.05.01.00/090-no-date-time.patch b/package/kernel/ar7-atm/patches-D7.05.01.00/090-no-date-time.patch new file mode 100644 index 0000000000..9b3abf006b --- /dev/null +++ b/package/kernel/ar7-atm/patches-D7.05.01.00/090-no-date-time.patch @@ -0,0 +1,11 @@ +--- a/aal5sar.h ++++ b/aal5sar.h +@@ -19,7 +19,7 @@ + /** \namespace AAL5_Version + This documents version 01.07.2c of the AAL5 CPHAL. + */ +-const char *pszVersion_CPAAL5="CPAAL5 01.07.2c "__DATE__" "__TIME__; ++const char *pszVersion_CPAAL5="CPAAL5 01.07.2c "; + + #include "cpsar_cpaal5.h" + |