components/rsyslog/patches/tests-Makefile.in.patch
changeset 1179 b369a62b28b6
equal deleted inserted replaced
1178:640a1a5dcf77 1179:b369a62b28b6
       
     1 # This patch has been submitted upstream; it may appear in a future release.
       
     2 # At such time, the patch can be removed.
       
     3 #
       
     4 --- rsyslog/tests/Makefile.in	Mon Jan  9 06:15:51 2012
       
     5 +++ rsyslog/tests/Makefile.in	Fri Aug 31 14:02:58 2012
       
     6 @@ -759,11 +759,13 @@
       
     7  nettester_LDADD = $(SOL_LIBS)
       
     8  rt_init_SOURCES = rt-init.c $(test_files)
       
     9  rt_init_CPPFLAGS = -I$(top_srcdir) $(PTHREADS_CFLAGS) $(RSRT_CFLAGS)
       
    10 -rt_init_LDADD = $(RSRT_LIBS) $(ZLIB_LIBS) $(PTHREADS_LIBS) $(SOL_LIBS)
       
    11 +rt_init_LDADD = $(RSRT_LIBS) $(ZLIB_LIBS) $(PTHREADS_LIBS) $(SOL_LIBS) \
       
    12 +	$(LIBESTR_LIBS)
       
    13  rt_init_LDFLAGS = -export-dynamic
       
    14  rscript_SOURCES = rscript.c getline.c $(test_files)
       
    15  rscript_CPPFLAGS = -I$(top_srcdir) $(PTHREADS_CFLAGS) $(RSRT_CFLAGS)
       
    16 -rscript_LDADD = $(RSRT_LIBS) $(ZLIB_LIBS) $(PTHREADS_LIBS) $(SOL_LIBS)
       
    17 +rscript_LDADD = $(RSRT_LIBS) $(ZLIB_LIBS) $(PTHREADS_LIBS) $(SOL_LIBS) \
       
    18 +	$(LIBESTR_LIBS)
       
    19  rscript_LDFLAGS = -export-dynamic
       
    20  all: all-am
       
    21