Skip to content
Commits on Source (2)
......@@ -9,6 +9,9 @@
EOL'd upsream and will be removed soon.
* control: svrcore got merged here, drop it from build-depends.
* ftbs_lsoftotkn3.diff: Dropped, obsolete.
* fix-linking.diff: Fix the order of linking
liblslapd.la/libldaputil.la.
* control: Add rsync to build-depends.
-- Timo Aaltonen <tjaalton@debian.org> Sat, 02 Jun 2018 09:34:05 +0300
......
......@@ -31,6 +31,7 @@ Build-Depends:
pkg-config,
python3-all-dev,
python3-setuptools,
rsync,
zlib1g-dev,
Standards-Version: 4.1.0
Vcs-Git: https://salsa.debian.org/freeipa-team/389-ds-base.git
......
--- a/Makefile.am
+++ b/Makefile.am
@@ -355,7 +355,7 @@ bin_PROGRAMS = dbscan \
# based on defines
# ----------------------------------------------------------------------------------------
-server_LTLIBRARIES = libsds.la libnunc-stans.la libldaputil.la libslapd.la libns-dshttpd.la
+server_LTLIBRARIES = libsds.la libnunc-stans.la libslapd.la libldaputil.la libns-dshttpd.la
lib_LTLIBRARIES = libsvrcore.la
......@@ -4,3 +4,4 @@ fix-obsolete-target.diff
fix-saslpath.diff
fix-systemctl-path.diff
CVE-2017-15135.patch
fix-linking.diff