[Pkg-freeipa-devel] [Git][freeipa-team/389-ds-base][master] 2 commits: rules: Fix build on 32bit. Thanks, Chris Peterson! (Closes: #1063434)
Timo Aaltonen (@tjaalton)
gitlab at salsa.debian.org
Sat Feb 10 09:05:14 GMT 2024
Timo Aaltonen pushed to branch master at FreeIPA packaging / 389-ds-base
Commits:
279370b7 by Timo Aaltonen at 2024-02-10T11:04:20+02:00
rules: Fix build on 32bit. Thanks, Chris Peterson! (Closes: #1063434)
- - - - -
1bbc74c4 by Timo Aaltonen at 2024-02-10T11:04:27+02:00
releasing package 389-ds-base version 2.4.4+dfsg1-3
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+389-ds-base (2.4.4+dfsg1-3) unstable; urgency=medium
+
+ * rules: Fix build on 32bit. Thanks, Chris Peterson! (Closes:
+ #1063434)
+
+ -- Timo Aaltonen <tjaalton at debian.org> Sat, 10 Feb 2024 11:04:23 +0200
+
389-ds-base (2.4.4+dfsg1-2) unstable; urgency=medium
[ Chris Hofstaedtler ]
=====================================
debian/rules
=====================================
@@ -7,6 +7,9 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+pie
ifneq (,$(filter $(DEB_HOST_ARCH), armel m68k mips mipsel powerpc powerpcspe sh4))
export DEB_LDFLAGS_MAINT_APPEND=-latomic
endif
+ifneq (,$(filter $(DEB_HOST_ARCH), armhf armel i386))
+ export DEB_CFLAGS_MAINT_APPEND=-D_LARGEFILE64_SOURCE
+endif
REALFILE = \
bin/ds-logpipe.py \
View it on GitLab: https://salsa.debian.org/freeipa-team/389-ds-base/-/compare/38cb08d8408e36ecdafb460eb28dbae5ecb1a11f...1bbc74c4898db324eb4098cd52399e411a02e6a3
--
View it on GitLab: https://salsa.debian.org/freeipa-team/389-ds-base/-/compare/38cb08d8408e36ecdafb460eb28dbae5ecb1a11f...1bbc74c4898db324eb4098cd52399e411a02e6a3
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-freeipa-devel/attachments/20240210/3c00056a/attachment-0001.htm>
More information about the Pkg-freeipa-devel
mailing list