]> git.pld-linux.org Git - packages/device-mapper.git/blob - device-mapper-opt.patch
- don't override optflags
[packages/device-mapper.git] / device-mapper-opt.patch
1 --- device-mapper.1.00.07/configure.in.orig     2003-11-21 21:58:50.000000000 +0100
2 +++ device-mapper.1.00.07/configure.in  2003-11-28 22:39:24.949319200 +0100
3 @@ -47,10 +47,8 @@
4  AC_CANONICAL_SYSTEM
5  
6  case "$host_os" in
7 -       linux*)
8 -               CFLAGS= ;;
9         darwin*)
10 -               CFLAGS="-no-cpp-precomp" ;;
11 +               CFLAGS="$CFLAGS -no-cpp-precomp" ;;
12  esac
13  
14  dnl -- prefix is /usr by default, the exec_prefix default is setup later
15 --- device-mapper.1.00.07/make.tmpl.in.orig     2003-11-12 18:30:29.000000000 +0100
16 +++ device-mapper.1.00.07/make.tmpl.in  2003-11-28 22:39:48.525735040 +0100
17 @@ -61,8 +61,6 @@
18  
19  ifeq ("@DEBUG@", "yes")
20    CFLAGS+=-g -fno-omit-frame-pointer -DDEBUG
21 -else
22 -  CFLAGS+=-O2
23  endif
24  
25  ifeq ("@COMPAT@", "yes")
This page took 0.159511 seconds and 4 git commands to generate.