Make gtkdocize optional in non-debug builds 88/271688/1 accepted/tizen_7.0_unified_hotfix tizen_7.0_hotfix accepted/tizen/7.0/unified/20221110.063141 accepted/tizen/7.0/unified/hotfix/20221116.105827 accepted/tizen/8.0/unified/20231005.093905 accepted/tizen/unified/20220228.132716 submit/tizen/20220225.110603 tizen_7.0_m2_release tizen_8.0_m2_release
authorKarol Lewandowski <k.lewandowsk@samsung.com>
Thu, 24 Feb 2022 14:49:57 +0000 (15:49 +0100)
committerKarol Lewandowski <k.lewandowsk@samsung.com>
Thu, 24 Feb 2022 14:49:57 +0000 (15:49 +0100)
Change-Id: I6682a3eba2dcb82ff582f7f581c374498978ba39

packaging/tlm.spec

index 3682d96..bc19241 100755 (executable)
@@ -96,6 +96,8 @@ export LDFLAGS="$LDFLAGS -pie"
 
 %if %{debug_build} == 1
 ./autogen.sh
+%else
+export GTKDOCIZE=echo
 %endif
 %reconfigure --enable-gum \
              %{?extra_config_options1:%extra_config_options1} \