~gandelman-a/ubuntu/precise/openvswitch/ovs-ppc-ftbfs

« back to all changes in this revision

Viewing changes to debian/patches/ubuntu-changes-1.1.0~pre2-5ubuntu1

  • Committer: Bazaar Package Importer
  • Author(s): Dave Walker (Daviey)
  • Date: 2010-11-23 13:59:50 UTC
  • Revision ID: james.westby@ubuntu.com-20101123135950-yqr2kbkv7jpcsrx1
Tags: 1.1.0~pre2-5ubuntu1
* Makefile.in: Added libcrypto to SSL_LIBS variable, resolving
   FTBFS. (LP: #680439)
* debian/control: Updated Maintainer to reflect policy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Upstream changes introduced in version 1.1.0~pre2-4ubuntu1
 
2
 This patch has been created by dpkg-source during the package build.
 
3
 Here's the last changelog entry, hopefully it gives details on why
 
4
 those changes were made:
 
5
 .
 
6
 openvswitch (1.1.0~pre2-5ubuntu1) natty; urgency=low
 
7
 .
 
8
   * Makefile.in: Added libcrypto to SSL_LIBS variable, resolving 
 
9
     FTBFS. (LP: #680439)
 
10
   * debian/control: Updated Maintainer to reflect policy.
 
11
 .
 
12
 Dirty, dirty patch that can be dropped at the earliest posible time.
 
13
Author: Dave Walker (Daviey) <DaveWalker@ubuntu.com>
 
14
Bug: https://launchpad.net/bugs/680439
 
15
Forwarded: By email, ovs-bugs@openvswitch.org (23/11/2010)
 
16
Last-Update: 2010-11-23
 
17
 
 
18
--- openvswitch-1.1.0~pre2.orig/Makefile.in
 
19
+++ openvswitch-1.1.0~pre2/Makefile.in
 
20
@@ -609,7 +609,7 @@ RUNDIR = @RUNDIR@
 
21
 SET_MAKE = @SET_MAKE@
 
22
 SHELL = @SHELL@
 
23
 SSL_CFLAGS = @SSL_CFLAGS@
 
24
-SSL_LIBS = @SSL_LIBS@
 
25
+SSL_LIBS = @SSL_LIBS@ -lcrypto
 
26
 STRIP = @STRIP@
 
27
 VERSION = @VERSION@
 
28
 WARNING_FLAGS = @WARNING_FLAGS@