Bas Couwenberg pushed to branch master at Debian GIS Project / hdf4
Commits: c4af470d by Bas Couwenberg at 2025-08-28T12:58:05+02:00 Add patch by Helmut Grohne to fix cross building. (closes: #1112297) - - - - - 3 changed files: - debian/changelog - + debian/patches/cross.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +libhdf4 (4.3.1-2) UNRELEASED; urgency=medium + + * Team upload. + * Add patch by Helmut Grohne to fix cross building. + (closes: #1112297) + + -- Bas Couwenberg <[email protected]> Thu, 28 Aug 2025 12:57:39 +0200 + libhdf4 (4.3.1-1) unstable; urgency=medium * Team upload. ===================================== debian/patches/cross.patch ===================================== @@ -0,0 +1,30 @@ +Description: Fix cross building. +Author: Helmut Grohne <[email protected]> +Forwarded: not-needed + +--- a/configure.ac ++++ b/configure.ac +@@ -844,15 +844,16 @@ if test "X$HAVE_SZIP" = "Xyes" -a "x$HAV + else + exit(1); + } +- ]])],[CAN_ENCODE="yes"],[CAN_ENCODE="no"],[]) +- +- ## Report szip encoder test results +- if test "X$CAN_ENCODE" = "Xyes"; then ++ ]])],[ + AC_MSG_RESULT([yes]) +- fi +- if test "X$CAN_ENCODE" = "Xno"; then ++ CAN_ENCODE="yes" ++ ],[ + AC_MSG_RESULT([no]) +- fi ++ CAN_ENCODE="no" ++ ],[ ++ AC_MSG_RESULT([cross compiling. guessing yes]) ++ CAN_ENCODE="yes" ++ ]) + + ## Add "szip" to external filter list + if test "X$CAN_ENCODE" = "Xyes"; then ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ reproducible-builds.patch +cross.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/hdf4/-/commit/c4af470d9ac2ee9a63428ff454663367b7de262d -- View it on GitLab: https://salsa.debian.org/debian-gis-team/hdf4/-/commit/c4af470d9ac2ee9a63428ff454663367b7de262d You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
