]> git.pld-linux.org Git - packages/device-mapper.git/blobdiff - device-mapper-opt.patch
- new libselinux is required at runtime
[packages/device-mapper.git] / device-mapper-opt.patch
index 9bc30adf1f23990dd11a8c25e8b660d216a1fc41..fadcc4889b6ba96dc24472a11934ac146d8b3723 100644 (file)
@@ -1,25 +1,28 @@
---- 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
+diff -urN device-mapper.1.00.17.org/make.tmpl.in device-mapper.1.00.17/make.tmpl.in
+--- device-mapper.1.00.17.org/make.tmpl.in     2004-04-23 19:25:37.387843152 +0200
++++ device-mapper.1.00.17/make.tmpl.in 2004-04-23 19:25:48.306183312 +0200
 @@ -61,8 +61,6 @@
  
  ifeq ("@DEBUG@", "yes")
-   CFLAGS+=-g -fno-omit-frame-pointer -DDEBUG
+   CFLAGS += -g -fno-omit-frame-pointer -DDEBUG
 -else
--  CFLAGS+=-O2
+-  CFLAGS += -O2
  endif
  
- ifeq ("@COMPAT@", "yes")
+ ifeq ("@INTL@", "yes")
+--- device-mapper.1.00.17/configure.in.orig    2004-04-19 15:10:05.000000000 +0200
++++ device-mapper.1.00.17/configure.in 2004-05-06 19:11:13.292086408 +0200
+@@ -48,12 +48,11 @@
+ case "$host_os" in
+       linux*)
+-              CFLAGS=
+               CLDFLAGS="-Wl,--version-script,.export.sym"
+               LD_DEPS=".export.sym"
+               SOFLAG="-shared" ;;
+       darwin*)
+-              CFLAGS="-no-cpp-precomp"
++              CFLAGS="$CFLAGS -no-cpp-precomp"
+               CLDFLAGS=
+               LD_DEPS=
+               SOFLAG="-dynamiclib" ;;
This page took 0.065029 seconds and 4 git commands to generate.