]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
mk-build-deps needs pkg called libkqueue-dev
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Wed, 25 Oct 2017 11:58:47 +0000 (12:58 +0100)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Wed, 25 Oct 2017 11:58:47 +0000 (12:58 +0100)
scripts/docker/build-debian9/Dockerfile

index 1268d668bd652b78912239d2c2958a222ae7762b..5735a7c523958541fe952b15e6fa58849eae78c4 100644 (file)
@@ -32,7 +32,7 @@ RUN git clone --branch patch-3 --depth=1 https://github.com/arr2036/libkqueue.gi
 WORKDIR libkqueue
 RUN cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib ./ && \
     make && \
-    cpack -G DEB
+    cpack -P libkqueue-dev -G DEB
 RUN apt-get install -y ./*.deb
 
 #