Andrius Merkys pushed to branch master at Debian Java Maintainers / hyperic-sigar
Commits: da3c6b0f by Andrius Merkys at 2019-04-08T08:21:05Z Fixing 'undefined symbol: sigar_skip_token' issue (Closes: #925529) - - - - - 7ce0ea0e by Andrius Merkys at 2019-04-08T08:25:32Z Preparing for upload. - - - - - 3 changed files: - debian/changelog - + debian/patches/fix-undefined-symbols.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +hyperic-sigar (1.6.4+dfsg-4) unstable; urgency=medium + + * Team upload. + * Fixing 'undefined symbol: sigar_skip_token' issue (Closes: #925529) + + -- Andrius Merkys <[email protected]> Mon, 08 Apr 2019 04:22:16 -0400 + hyperic-sigar (1.6.4+dfsg-3) unstable; urgency=medium * Team upload. ===================================== debian/patches/fix-undefined-symbols.patch ===================================== @@ -0,0 +1,13 @@ +Description: fix 'undefined symbol: sigar_skip_token' problem as suggested + in upstream's issue tracker: https://github.com/hyperic/sigar/issues/60 +Author: Andrius Merkys <[email protected]> +--- a/bindings/java/hyperic_jni/jni-build.xml ++++ b/bindings/java/hyperic_jni/jni-build.xml +@@ -305,6 +305,7 @@ + <compilerarg value="-Wall"/> + <compilerarg value="-Werror" if="jni.werror"/> + <compilerarg value="${jni.gccm}" if="jni.gccm"/> ++ <compilerarg value="-fgnu89-inline"/> + <defineset> + <define name="${jni.define.name}_LINUX"/> + <define name="_REENTRANT"/> ===================================== debian/patches/series ===================================== @@ -4,3 +4,4 @@ 0004-make-the-package-compile-on-MIPS.patch no-m64-mips-arm.diff ftbfs-glibc-2.28.diff +fix-undefined-symbols.patch View it on GitLab: https://salsa.debian.org/java-team/hyperic-sigar/compare/10e2e9919c2574177208ecdd0036b3719c693d28...7ce0ea0ea7b483340c187868a2d267adf9996f0a -- View it on GitLab: https://salsa.debian.org/java-team/hyperic-sigar/compare/10e2e9919c2574177208ecdd0036b3719c693d28...7ce0ea0ea7b483340c187868a2d267adf9996f0a You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

