~ubuntu-branches/ubuntu/gutsy/avscan/gutsy

« back to all changes in this revision

Viewing changes to debian/patches/debian-config

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Berg
  • Date: 2007-08-12 14:22:25 UTC
  • mfrom: (1.9.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070812142225-2whp6690lilo2wg8
Tags: 3.2.1-openssl-2
Correctly handle DEB_BUILD_OPTIONS=nostrip (Closes: #436496).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Index: trunk/avscan/Makefile
2
2
===================================================================
3
 
--- trunk.orig/avscan/Makefile  2007-04-06 00:50:52.000000000 +0200
4
 
+++ trunk/avscan/Makefile       2007-04-06 00:56:19.000000000 +0200
5
 
@@ -9,6 +9,7 @@ CFLAGS += -DHAVE_CLAMAV `clamav-config -
6
 
 #CFLAGS += -DUSE_CLAMAV_88
 
3
--- trunk.orig/avscan/Makefile  2007-08-05 23:18:46.000000000 +0200
 
4
+++ trunk/avscan/Makefile       2007-08-06 00:00:24.000000000 +0200
 
5
@@ -13,6 +13,7 @@ CFLAGS += -DHAVE_CLAMAV `clamav-config -
 
6
 #CFLAGS += -DUSE_CLAMAV_90
7
7
 CFLAGS += `gtk-config --cflags`
8
8
 CFLAGS += -DHAVE_EDV2 `endeavour2-config --cflags`
9
 
+CFLAGS += -DDEBIAN
 
9
+CFLAGS += -DDEBIAN -fno-strict-aliasing
10
10
 
11
11
 INC_DIRS =
12
12