]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec.in: instrument RPM_LD_FLAGS to see its value
authorNathan Cutler <ncutler@suse.com>
Wed, 10 Oct 2018 10:35:04 +0000 (12:35 +0200)
committerStefen Allen <sallen@suse.com>
Thu, 9 Dec 2021 19:29:43 +0000 (12:29 -0700)
Signed-off-by: Nathan Cutler <ncutler@suse.com>
ceph.spec.in

index 3b78c5d3ab5ad4a0f157dbdb81aa4ccacb6151fd..041a0f4803cd5b6d2df985686635f9d6e959fa8b 100644 (file)
@@ -1223,6 +1223,7 @@ export CPPFLAGS="$java_inc"
 export CFLAGS="$RPM_OPT_FLAGS"
 export CXXFLAGS="$RPM_OPT_FLAGS"
 export LDFLAGS="$RPM_LD_FLAGS"
+test "$RPM_LD_FLAGS" && echo "RPM_LD_FLAGS == $RPM_LD_FLAGS" || echo "RPM_LD_FLAGS is empty"
 
 %if 0%{with seastar}
 # seastar uses longjmp() to implement coroutine. and this annoys longjmp_chk()