diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-08-23 10:23:02 -0700 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-08-23 10:23:02 -0700 |
commit | a9c8216466b50d83c40852d0dec7fc752a255200 (patch) | |
tree | 7ab5fafc7c4090369881c7a1d690aeeed7f450ef | |
parent | 2ea500995ff2822bf57b61cc8299d313b5cd0b92 (diff) | |
download | jenkins.debian.net-a9c8216466b50d83c40852d0dec7fc752a255200.tar.xz |
dvswitch: force building with shared libs
-rw-r--r-- | job-cfg/dvswitch.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/dvswitch.yaml b/job-cfg/dvswitch.yaml index da34b54e..52963e96 100644 --- a/job-cfg/dvswitch.yaml +++ b/job-cfg/dvswitch.yaml @@ -88,5 +88,5 @@ my_description: 'Build the dvswitch git master branch on wheezy (+backports).' - '{name}_against_libav_git': my_distro: 'sid' - my_shell: '"apt-get -y build-dep dvswitch libav ; ./configure ; make ; make install ; cd .. ; git clone git://anonscm.debian.org/dvswitch/dvswitch.git ; cd dvswitch ; mk-build-deps -ir ; apt-get -y remove libavcodec-dev libavutil-dev ; ./debian/rules build"' + my_shell: '"apt-get -y build-dep dvswitch libav ; ./configure --enable-shared --disable-static ; make ; make install ; cd .. ; git clone git://anonscm.debian.org/dvswitch/dvswitch.git ; cd dvswitch ; mk-build-deps -ir ; apt-get -y remove libavcodec-dev libavutil-dev ; ./debian/rules build"' my_description: 'Build the dvswitch git master branch on sid.' |