~lynxman/ubuntu/oneiric/openvswitch/fixinitupstream

« back to all changes in this revision

Viewing changes to Makefile.in

  • 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:
609
609
SET_MAKE = @SET_MAKE@
610
610
SHELL = @SHELL@
611
611
SSL_CFLAGS = @SSL_CFLAGS@
612
 
SSL_LIBS = @SSL_LIBS@
 
612
SSL_LIBS = @SSL_LIBS@ -lcrypto
613
613
STRIP = @STRIP@
614
614
VERSION = @VERSION@
615
615
WARNING_FLAGS = @WARNING_FLAGS@