]> git.pld-linux.org Git - packages/device-mapper.git/commitdiff
- don't override optflags
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 28 Nov 2003 21:54:57 +0000 (21:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    device-mapper-opt.patch -> 1.1

device-mapper-opt.patch [new file with mode: 0644]

diff --git a/device-mapper-opt.patch b/device-mapper-opt.patch
new file mode 100644 (file)
index 0000000..9bc30ad
--- /dev/null
@@ -0,0 +1,25 @@
+--- device-mapper.1.00.07/configure.in.orig    2003-11-21 21:58:50.000000000 +0100
++++ device-mapper.1.00.07/configure.in 2003-11-28 22:39:24.949319200 +0100
+@@ -47,10 +47,8 @@
+ AC_CANONICAL_SYSTEM
+ case "$host_os" in
+-      linux*)
+-              CFLAGS= ;;
+       darwin*)
+-              CFLAGS="-no-cpp-precomp" ;;
++              CFLAGS="$CFLAGS -no-cpp-precomp" ;;
+ esac
+ dnl -- prefix is /usr by default, the exec_prefix default is setup later
+--- device-mapper.1.00.07/make.tmpl.in.orig    2003-11-12 18:30:29.000000000 +0100
++++ device-mapper.1.00.07/make.tmpl.in 2003-11-28 22:39:48.525735040 +0100
+@@ -61,8 +61,6 @@
+ ifeq ("@DEBUG@", "yes")
+   CFLAGS+=-g -fno-omit-frame-pointer -DDEBUG
+-else
+-  CFLAGS+=-O2
+ endif
+ ifeq ("@COMPAT@", "yes")
This page took 0.047232 seconds and 4 git commands to generate.