View | Details | Raw Unified | Return to bug 105603
Collapse All | Expand All

(-)syslog-ng2/files/patch-configure (-2 / +11 lines)
Lines 1-5 Link Here
1
--- configure.orig	Wed Nov  8 15:14:56 2006
1
--- configure.orig	Sat Oct 28 17:40:18 2006
2
+++ configure	Wed Nov  8 15:16:36 2006
2
+++ configure	Thu Nov 16 10:45:49 2006
3
@@ -341,7 +341,7 @@
4
 sbindir='${exec_prefix}/sbin'
5
 libexecdir='${exec_prefix}/libexec'
6
 datadir='${prefix}/share'
7
-sysconfdir='${prefix}/etc'
8
+sysconfdir='${prefix}/etc/syslog-ng'
9
 sharedstatedir='${prefix}/com'
10
 localstatedir='${prefix}/var'
11
 libdir='${exec_prefix}/lib'
3
@@ -3426,7 +3426,7 @@
12
@@ -3426,7 +3426,7 @@
4
 echo $ECHO_N "checking how to enable static linking for certain libraries... $ECHO_C" >&6
13
 echo $ECHO_N "checking how to enable static linking for certain libraries... $ECHO_C" >&6
5
 ldversion=`ld -V 2>&1 | head -1`
14
 ldversion=`ld -V 2>&1 | head -1`

Return to bug 105603