summaryrefslogtreecommitdiffstats
path: root/libxml2/shared_library_versionning.patch
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot org>2012-04-03 18:18:02 +0200
committertnut <tnut at nutyx dot org>2012-04-03 18:18:02 +0200
commit5dd4048765e237d6210ed799359cb7c397b1e4e6 (patch)
tree976332f524be6a07082a275a63fc0dac0215fca2 /libxml2/shared_library_versionning.patch
parente9ef802a013ac393a057134f1fdaad745aa38573 (diff)
downloadnutyx-extra-5dd4048765e237d6210ed799359cb7c397b1e4e6.tar.gz
nutyx-extra-5dd4048765e237d6210ed799359cb7c397b1e4e6.tar.bz2
nutyx-extra-5dd4048765e237d6210ed799359cb7c397b1e4e6.tar.xz
nutyx-extra-5dd4048765e237d6210ed799359cb7c397b1e4e6.zip
déplacé dans base
Diffstat (limited to 'libxml2/shared_library_versionning.patch')
-rw-r--r--libxml2/shared_library_versionning.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/libxml2/shared_library_versionning.patch b/libxml2/shared_library_versionning.patch
deleted file mode 100644
index a0b62bca9..000000000
--- a/libxml2/shared_library_versionning.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From 00819877651b87842ed878898ba17dba489820f0 Mon Sep 17 00:00:00 2001
-From: Daniel Veillard <veillard@redhat.com>
-Date: Thu, 04 Nov 2010 20:53:14 +0000
-Subject: Reactivate the shared library versionning script
-
----
-diff --git a/configure.in b/configure.in
-index 59d0629..a1d2c89 100644
---- a/configure.in
-+++ b/configure.in
-@@ -84,7 +84,7 @@ else
- esac
- fi
- AC_SUBST(VERSION_SCRIPT_FLAGS)
--AM_CONDITIONAL([USE_VERSION_SCRIPT], [test -z "$VERSION_SCRIPT_FLAGS"])
-+AM_CONDITIONAL([USE_VERSION_SCRIPT], [test -n "$VERSION_SCRIPT_FLAGS"])
-
- dnl
- dnl We process the AC_ARG_WITH first so that later we can modify
---
-cgit v0.8.3.1