Aaron M. Ucko pushed to branch master at Debian Med / ncbi-tools6
Commits: c34ff0c8 by Aaron M. Ucko at 2024-02-26T21:38:37-05:00 ncbi-tools6 6.1.20170106+dfsg2-1~exp2: No time64 for i386. debian/rules: Explicitly opt back out of the time64 ABI on i386. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +ncbi-tools6 (6.1.20170106+dfsg2-1~exp2) experimental; urgency=medium + + * debian/rules: Explicitly opt back out of the time64 ABI on i386. + + -- Aaron M. Ucko <[email protected]> Mon, 26 Feb 2024 21:38:36 -0500 + ncbi-tools6 (6.1.20170106+dfsg2-1~exp1) experimental; urgency=medium * New tarball, with the webdesign subtree dropped; at least some of its ===================================== debian/rules ===================================== @@ -28,7 +28,10 @@ MT_OTHERLIBS = -lpthread THREAD_OBJ = ncbithr.o NETENTREZVERSION = 2.02c2ASN1SPEC6 -export DEB_BUILD_MAINT_OPTIONS=hardening=+all abi=+time64 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all +ifneq ($(DEB_HOST_ARCH),i386) + DEB_BUILD_MAINT_OPTIONS += abi=+time64 +endif CFLAGS := $(shell dpkg-buildflags --get CFLAGS) -Wall \ $(shell dpkg-buildflags --get CPPFLAGS) View it on GitLab: https://salsa.debian.org/med-team/ncbi-tools6/-/commit/c34ff0c8cd61d4fad3ba24c22d4a3846712a59e1 -- View it on GitLab: https://salsa.debian.org/med-team/ncbi-tools6/-/commit/c34ff0c8cd61d4fad3ba24c22d4a3846712a59e1 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
