]> git.pld-linux.org Git - packages/sblim-sfcb.git/blob - am.patch
- rediff patch
[packages/sblim-sfcb.git] / am.patch
1 diff -urNp -x '*.orig' sblim-sfcb-1.4.9.org/Makefile.am sblim-sfcb-1.4.9/Makefile.am
2 --- sblim-sfcb-1.4.9.org/Makefile.am    2014-11-25 02:43:09.000000000 +0100
3 +++ sblim-sfcb-1.4.9/Makefile.am        2021-10-03 23:17:39.300350989 +0200
4 @@ -360,6 +360,7 @@ sfcbproc_SOURCES=sfcbproc.c
5  
6  sfcbinst2mof_SOURCES=sfcbinst2mof.c
7  sfcbinst2mof_LDADD = -lsfcFileRepository -lsfcBrokerCore
8 +sfcbinst2mof_DEPENDENCIES=libsfcFileRepository.la libsfcBrokerCore.la
9  
10  sfcbtrace_SOURCES=sfcbtrace.c
11  sfcbtrace_LDADD = -lsfcBrokerCore
12 diff -urNp -x '*.orig' sblim-sfcb-1.4.9.org/configure.ac sblim-sfcb-1.4.9/configure.ac
13 --- sblim-sfcb-1.4.9.org/configure.ac   2014-11-25 03:00:34.000000000 +0100
14 +++ sblim-sfcb-1.4.9/configure.ac       2021-10-03 23:17:39.300350989 +0200
15 @@ -29,7 +29,7 @@ AC_CONFIG_SRCDIR([providerDrv.c])
16  #AC_DEFUN([AC_DATAROOTDIR_CHECKED])
17  
18  AM_INIT_AUTOMAKE
19 -AM_CONFIG_HEADER([config.h])
20 +AC_CONFIG_HEADERS([config.h])
21  
22  #Source files will use the local sfcCommon files if this is set.
23  #Reverse this to use the shared sfcCommon library.
24 @@ -163,11 +163,6 @@ if test "$SYSTEMDDIR" == "" ; then
25  fi
26  AC_SUBST(SYSTEMDDIR)
27  
28 -if test "$enable_debug" != "yes" ; then
29 -   CFLAGS="`echo $CFLAGS | sed -e 's/-g//'`"
30 -   CXXFLAGS="`echo $CXXFLAGS | sed -e 's/-g//'`"
31 -fi
32 -
33  if test "$enable_debug" == "yes"; then
34     SFCB_CPPFLAGS="-D SFCB_DEBUG $SFCB_CPPFLAGS"
35  fi
This page took 0.051809 seconds and 3 git commands to generate.