diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-12-30 20:52:21 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-12-30 20:52:26 +0000 |
commit | 028cda7242fa02a56dcdcc70ce60af6a241ec50b (patch) | |
tree | 8875e2b880a0b57e397f475b1236d1779b1fe228 | |
parent | Moving source lintian-overrides to their prefered location. (diff) | |
download | netdata-028cda7242fa02a56dcdcc70ce60af6a241ec50b.tar.xz netdata-028cda7242fa02a56dcdcc70ce60af6a241ec50b.zip |
Adding build-depends on freebsd-glue to try to fix remaining FTBFS on kfreebsd.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index b139e896f..3615aed27 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>, Build-Depends: debhelper (>= 12~), + freebsd-glue [kfreebsd-amd64 kfreebsd-i386], pkg-config, uuid-dev, zlib1g-dev, |