]> git.pld-linux.org Git - packages/device-mapper.git/blame - device-mapper-opt.patch
- don't override CFLAGS passed to configure
[packages/device-mapper.git] / device-mapper-opt.patch
CommitLineData
782606c6
AM
1diff -urN device-mapper.1.00.17.org/make.tmpl.in device-mapper.1.00.17/make.tmpl.in
2--- device-mapper.1.00.17.org/make.tmpl.in 2004-04-23 19:25:37.387843152 +0200
3+++ device-mapper.1.00.17/make.tmpl.in 2004-04-23 19:25:48.306183312 +0200
4@@ -61,8 +61,6 @@
442f5cf6
JB
5
6 ifeq ("@DEBUG@", "yes")
782606c6 7 CFLAGS += -g -fno-omit-frame-pointer -DDEBUG
442f5cf6 8-else
782606c6 9- CFLAGS += -O2
442f5cf6
JB
10 endif
11
782606c6 12 ifeq ("@INTL@", "yes")
8a9e1f3b
JB
13--- device-mapper.1.00.17/configure.in.orig 2004-04-19 15:10:05.000000000 +0200
14+++ device-mapper.1.00.17/configure.in 2004-05-06 19:11:13.292086408 +0200
15@@ -48,12 +48,11 @@
16
17 case "$host_os" in
18 linux*)
19- CFLAGS=
20 CLDFLAGS="-Wl,--version-script,.export.sym"
21 LD_DEPS=".export.sym"
22 SOFLAG="-shared" ;;
23 darwin*)
24- CFLAGS="-no-cpp-precomp"
25+ CFLAGS="$CFLAGS -no-cpp-precomp"
26 CLDFLAGS=
27 LD_DEPS=
28 SOFLAG="-dynamiclib" ;;
This page took 0.5609 seconds and 4 git commands to generate.