- Unversion documentation; renames librlog5-doc -> rlog-doc. - Simplify all the doc collection with just the %doc directive. - Use SRPM name for most subpackages; renames librlog-devel -> rlog-devel. - Remove redundant configure --with-pic, this only makes sense with --enable-static. - Remove --disable-static, this is the default anyway. OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/rlog?expand=0&rev=19
17 lines
396 B
Diff
17 lines
396 B
Diff
---
|
|
rlog/RLogChannel.cpp | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
Index: rlog-1.4/rlog/RLogChannel.cpp
|
|
===================================================================
|
|
--- rlog-1.4.orig/rlog/RLogChannel.cpp
|
|
+++ rlog-1.4/rlog/RLogChannel.cpp
|
|
@@ -21,6 +21,7 @@
|
|
#include "RLogChannel.h"
|
|
#include "rlog.h"
|
|
#include "Lock.h"
|
|
+#include <string.h>
|
|
|
|
using namespace std;
|
|
using namespace rlog;
|