]> git.pld-linux.org Git - packages/syslog-ng.git/blame - syslog-ng-link.patch
Rel 6; let it automatically choose worker-threads based on nr of cpus
[packages/syslog-ng.git] / syslog-ng-link.patch
CommitLineData
b3066d29
AM
1diff -urNp -x '*.orig' syslog-ng-3.29.1.org/configure.ac syslog-ng-3.29.1/configure.ac
2--- syslog-ng-3.29.1.org/configure.ac 2021-02-28 14:27:09.946954361 +0100
3+++ syslog-ng-3.29.1/configure.ac 2021-02-28 14:27:10.230296549 +0100
4@@ -1775,9 +1775,9 @@ if test "x$linking_mode" = "xdynamic"; t
6599601c
JK
5 # syslog-ng binary is linked with the default link command (e.g. libtool)
6 SYSLOGNG_LINK='$(LINK)'
7 else
02680757
AM
8- SYSLOGNG_DEPS_LIBS="$LIBS $BASE_LIBS $RESOLV_LIBS $EVTLOG_NO_LIBTOOL_LIBS $SECRETSTORAGE_NO_LIBTOOL_LIBS $LD_START_STATIC -Wl,${WHOLE_ARCHIVE_OPT} $GLIB_LIBS $PCRE_LIBS $REGEX_LIBS -Wl,${NO_WHOLE_ARCHIVE_OPT} $IVYKIS_NO_LIBTOOL_LIBS $LD_END_STATIC $LIBCAP_LIBS $DL_LIBS"
9+ SYSLOGNG_DEPS_LIBS="$LIBS $BASE_LIBS $RESOLV_LIBS $EVTLOG_NO_LIBTOOL_LIBS $SECRETSTORAGE_NO_LIBTOOL_LIBS $LD_START_STATIC -Wl,${WHOLE_ARCHIVE_OPT} $GLIB_LIBS $PCRE_LIBS $REGEX_LIBS -Wl,${NO_WHOLE_ARCHIVE_OPT} $LD_END_STATIC $IVYKIS_LIBS $LIBCAP_LIBS $DL_LIBS"
10 TOOL_DEPS_LIBS="$LIBS $BASE_LIBS $GLIB_LIBS $EVTLOG_LIBS $SECRETSTORAGE_LIBS $RESOLV_LIBS $LIBCAP_LIBS $PCRE_LIBS $REGEX_LIBS $IVYKIS_LIBS $DL_LIBS"
6599601c 11- CORE_DEPS_LIBS=""
02680757 12+ CORE_DEPS_LIBS="$IVYKIS_LIBS"
118f372b 13
6599601c
JK
14 # bypass libtool in case we want to do mixed linking because it
15 # doesn't support -Wl,-Bstatic -Wl,-Bdynamic on a per-library basis.
b3066d29
AM
16diff -urNp -x '*.orig' syslog-ng-3.29.1.org/lib/logproto/tests/Makefile.am syslog-ng-3.29.1/lib/logproto/tests/Makefile.am
17--- syslog-ng-3.29.1.org/lib/logproto/tests/Makefile.am 2020-08-10 20:04:39.000000000 +0200
18+++ syslog-ng-3.29.1/lib/logproto/tests/Makefile.am 2021-02-28 14:27:10.230296549 +0100
19@@ -23,7 +23,6 @@ lib_logproto_tests_test_findeom_CFLAGS =
6599601c
JK
20 $(TEST_CFLAGS) \
21 -I${top_srcdir}/libtest
118f372b
JB
22 lib_logproto_tests_test_findeom_LDADD = \
23- ${top_builddir}/lib/libsyslog-ng.la \
02680757
AM
24 ${top_builddir}/libtest/libsyslog-ng-test.a \
25 $(TEST_LDADD)
118f372b 26 lib_logproto_tests_test_findeom_SOURCES = \
This page took 0.099634 seconds and 4 git commands to generate.