From: Jonathan Lebon Date: Fri, 25 Sep 2020 18:59:45 +0000 (-0400) Subject: Makefile-libostree.am: Uncomment BUILDOPT_IS_DEVEL_BUILD conditional X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~7^2~11^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=75342035d5902f299be53d7b541724407463d62c;p=ostree.git Makefile-libostree.am: Uncomment BUILDOPT_IS_DEVEL_BUILD conditional We shouldn't have to toggle the conditional itself during release builds. It should only evaluate to true during devel builds. --- diff --git a/Makefile-libostree.am b/Makefile-libostree.am index 1d31c4d8..96b9249b 100644 --- a/Makefile-libostree.am +++ b/Makefile-libostree.am @@ -182,9 +182,9 @@ libostree_1_la_SOURCES += \ endif # USE_GPGME symbol_files = $(top_srcdir)/src/libostree/libostree-released.sym -#if BUILDOPT_IS_DEVEL_BUILD +if BUILDOPT_IS_DEVEL_BUILD symbol_files += $(top_srcdir)/src/libostree/libostree-devel.sym -#endif +endif # http://blog.jgc.org/2007/06/escaping-comma-and-space-in-gnu-make.html wl_versionscript_arg = -Wl,--version-script= EXTRA_DIST += \