[Git][debian-proftpd-team/proftpd][master] Run configure w/ --disable-xattr to fix FTBFS on kfreebsd.
Hilmar Preuße
gitlab at salsa.debian.org
Tue May 1 14:13:16 BST 2018
Hilmar Preuße pushed to branch master at Debian ProFTPD Team / proftpd
Commits:
d0cde8ae by Hilmar Preuße at 2018-05-01T15:13:07+02:00
Run configure w/ --disable-xattr to fix FTBFS on kfreebsd.
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,14 @@
+proftpd-dfsg (1.3.6-3) UNRELEASED; urgency=medium
+
+ [ Hilmar Preuße ]
+ * Run configure w/ --disable-xattr to fix FTBFS on kfreebsd.
+ (Closes: #897168)
+
+ -- Francesco Paolo Lovergine <frankie at debian.org> Tue, 01 May 2018 14:57:41 +0200
+
proftpd-dfsg (1.3.6-2) unstable; urgency=medium
- [ Hilmar Preuße]
+ [ Hilmar Preuße ]
* lintian: file-contains-trailing-whitespace: debian/changelog
[ Francesco Paolo Lovergine ]
=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -44,7 +44,7 @@ CONF_ARGS := --prefix=/usr \
--mandir=/usr/share/man --sysconfdir=/etc/$(NAME) --localstatedir=/run --libexecdir=/usr/lib/$(NAME) \
--enable-sendfile --enable-facl --enable-dso --enable-autoshadow --enable-ctrls \
--enable-ipv6 --enable-nls --enable-memcache --with-lastlog=/var/log/lastlog --enable-pcre $(DEVELOPT) \
- --disable-strip --enable-redis
+ --disable-strip --enable-redis --disable-xattr
ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
CONF_ARGS += --build $(DEB_HOST_GNU_TYPE)
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/commit/d0cde8ae9b23f4684a88410a714cc875331e88a1
---
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/commit/d0cde8ae9b23f4684a88410a714cc875331e88a1
You're receiving this email because of your account on salsa.debian.org.
More information about the Pkg-proftpd-maintainers
mailing list