~n-muench/ubuntu/saucy/open-vm-tools/open-vm-tools.fix-1175295

« back to all changes in this revision

Viewing changes to debian/patches/0002-procps.patch

Tags: 2012.12.26-958366-0ubuntu3
* Ubuntu-specific Changes
  - debian/rules: Added LIBS field with -lpthread.
    + Fixes package compile failure for Raring and future Ubuntu Releases.

* Items merged from Debian unstable:
  (From 2:9.2.2-893683-1 release)
  - Adding remote_fs dependency in initscript.
  - Correcting architecture fields in control.

  (From 2:9.2.2-893683-2 release)
  - Removing init order to network.

  (From 2:9.2.2-893683-4 release)
  - Removing init order to network also on start.

  (From 2:9.2.2-893683-5 release)
  - Updating to standards version 3.9.4.
  - Updating year in copyright file.
  - Prefixing patches with 4 digits for consistency.
  - Tightening diff headers in patches.
  - Dropping dpkg-source compression levels.

  (From 2:9.2.2-893683-6 release)
  - Remove all references to Daniel's old email address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Author: Daniel Baumann <mail@daniel-baumann.ch>
 
2
Description: Set procps name.
 
3
 
 
4
diff -Naurp open-vm-tools.orig/configure open-vm-tools/configure
 
5
--- open-vm-tools.orig/configure
 
6
+++ open-vm-tools/configure
 
7
@@ -19350,7 +19350,7 @@ fi
 
8
 
 
9
 if test "$with_procps" = "yes"; then
 
10
    if test -z "$CUSTOM_PROCPS_NAME"; then
 
11
-      CUSTOM_PROCPS_NAME=proc
 
12
+      CUSTOM_PROCPS_NAME=procps
 
13
    fi
 
14
 
 
15
    # XXX: no pkg-config and no procps-config means we need to
 
16
diff -Naurp open-vm-tools.orig/configure.ac open-vm-tools/configure.ac
 
17
--- open-vm-tools.orig/configure.ac
 
18
+++ open-vm-tools/configure.ac
 
19
@@ -597,7 +597,7 @@ fi
 
20
 
 
21
 if test "$with_procps" = "yes"; then
 
22
    if test -z "$CUSTOM_PROCPS_NAME"; then
 
23
-      CUSTOM_PROCPS_NAME=proc
 
24
+      CUSTOM_PROCPS_NAME=procps
 
25
    fi
 
26
 
 
27
    # XXX: no pkg-config and no procps-config means we need to