summaryrefslogtreecommitdiff
path: root/.pkgr.yml
diff options
context:
space:
mode:
authorCyril Rohr <cyril.rohr@gmail.com>2015-01-16 16:22:32 +0000
committerCyril Rohr <cyril.rohr@gmail.com>2015-01-18 17:55:48 +0000
commitc9823b975562eb889d8a6a2a734f6cac208c9a72 (patch)
treed12117c387942501fc053340e150d14105f6dd01 /.pkgr.yml
parentb1c79eaf945b22602552edf8d111c5245057bad2 (diff)
downloadgitlab-ce-c9823b975562eb889d8a6a2a734f6cac208c9a72.tar.gz
Add missing krb5 devel dependency when building packages
Diffstat (limited to '.pkgr.yml')
-rw-r--r--.pkgr.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.pkgr.yml b/.pkgr.yml
index cf96e7916d8..5e0793bebf8 100644
--- a/.pkgr.yml
+++ b/.pkgr.yml
@@ -4,6 +4,7 @@ before_precompile: ./bin/pkgr_before_precompile.sh
targets:
debian-7: &wheezy
build_dependencies:
+ - libkrb5-dev
- libicu-dev
- cmake
- pkg-config
@@ -14,6 +15,7 @@ targets:
ubuntu-12.04: *wheezy
ubuntu-14.04:
build_dependencies:
+ - libkrb5-dev
- libicu-dev
- cmake
- pkg-config
@@ -23,6 +25,7 @@ targets:
- git
centos-6:
build_dependencies:
+ - krb5-devel
- libicu-devel
- cmake
- pkgconfig