]> git.pld-linux.org Git - packages/sblim-sfcb.git/blob - am.patch
- sfcbinst2mof depends on libsfcFileRepository.la and libsfcBrokerCore.la
[packages/sblim-sfcb.git] / am.patch
1 --- sblim-sfcb-1.3.15/configure.ac~     2012-06-15 01:44:35.000000000 +0200
2 +++ sblim-sfcb-1.3.15/configure.ac      2013-05-12 19:46:38.195310655 +0200
3 @@ -29,7 +29,7 @@
4  #AC_DEFUN([AC_DATAROOTDIR_CHECKED])
5  
6  AM_INIT_AUTOMAKE
7 -AM_CONFIG_HEADER([config.h])
8 +AC_CONFIG_HEADERS([config.h])
9  
10  AC_ARG_ENABLE(debug,
11         [AC_HELP_STRING([--disable-debug],
12 @@ -157,11 +157,6 @@
13  
14  AC_DISABLE_STATIC
15  
16 -if test "$enable_debug" != "yes" ; then
17 -   CFLAGS="`echo $CFLAGS | sed -e 's/-g//'`"
18 -   CXXFLAGS="`echo $CXXFLAGS | sed -e 's/-g//'`"
19 -fi
20 -
21  if test "$enable_debug" == "yes"; then
22     SFCB_CPPFLAGS="-D SFCB_DEBUG $SFCB_CPPFLAGS"
23  fi
24 --- sblim-sfcb-1.4.9/Makefile.am~       2014-11-25 02:43:09.000000000 +0100
25 +++ sblim-sfcb-1.4.9/Makefile.am        2018-09-29 23:14:32.399688330 +0200
26 @@ -360,6 +360,7 @@
27  
28  sfcbinst2mof_SOURCES=sfcbinst2mof.c
29  sfcbinst2mof_LDADD = -lsfcFileRepository -lsfcBrokerCore
30 +sfcbinst2mof_DEPENDENCIES=libsfcFileRepository.la libsfcBrokerCore.la
31  
32  sfcbtrace_SOURCES=sfcbtrace.c
33  sfcbtrace_LDADD = -lsfcBrokerCore
This page took 0.0584 seconds and 3 git commands to generate.