23 lines
1.0 KiB
Diff
23 lines
1.0 KiB
Diff
diff -Nurp dcbd-0.9.7/Makefile.am dcbd-0.9.7-corrected/Makefile.am
|
|
--- dcbd-0.9.7/Makefile.am 2009-03-10 11:26:53.000000000 +0100
|
|
+++ dcbd-0.9.7-corrected/Makefile.am 2009-03-10 11:27:35.000000000 +0100
|
|
@@ -26,6 +26,7 @@ else
|
|
## system has a shared libconfig, use it
|
|
AM_CFLAGS = $(LIBCONFIG_CFLAGS)
|
|
AM_LDFLAGS = $(LIBCONFIG_LIBS)
|
|
+dcbd_LDFLAGS = $(LIBCONFIG_LIBS)
|
|
endif
|
|
|
|
## header files to be installed, for programs using the client interface to dcbd
|
|
diff -Nurp dcbd-0.9.7/Makefile.in dcbd-0.9.7-corrected/Makefile.in
|
|
--- dcbd-0.9.7/Makefile.in 2009-03-10 11:30:20.000000000 +0100
|
|
+++ dcbd-0.9.7-corrected/Makefile.in 2009-03-10 11:28:26.000000000 +0100
|
|
@@ -272,6 +272,7 @@ AM_CPPFLAGS = -I${srcdir}/include -DSYSC
|
|
$(am__append_1)
|
|
@BUILTIN_LIBCONFIG_TRUE@SUBDIRS = .
|
|
@BUILTIN_LIBCONFIG_TRUE@DIST_SUBDIRS = . ${subdirs}
|
|
+@BUILTIN_LIBCONFIG_FALSE@dcbd_LDFLAGS = $(LIBCONFIG_LIBS)
|
|
@BUILTIN_LIBCONFIG_TRUE@dcbd_LDFLAGS = -static
|
|
@BUILTIN_LIBCONFIG_TRUE@dcbd_LDADD = libconfig-1.3.1/libconfig.la
|
|
@BUILTIN_LIBCONFIG_TRUE@dcbtool_LDFLAGS = -static
|