Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
fix-linking.diff: Fix the order of linking liblslapd.la/libldaputil.la.
· 7d2362e2
Timo Aaltonen
authored
Jun 29, 2018
7d2362e2
control: Add rsync to build-depends.
· fda2bd39
Timo Aaltonen
authored
Jun 29, 2018
fda2bd39
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
fda2bd39
...
...
@@ -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
...
...
debian/control
View file @
fda2bd39
...
...
@@ -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
...
...
debian/patches/fix-linking.diff
0 → 100644
View file @
fda2bd39
--- 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
debian/patches/series
View file @
fda2bd39
...
...
@@ -4,3 +4,4 @@ fix-obsolete-target.diff
fix-saslpath.diff
fix-systemctl-path.diff
CVE-2017-15135.patch
fix-linking.diff