wok diff libxml2/stuff/libxml2-fix.patch @ rev 11253
upx: Fixed ucl and upx to be more compatable with my wok-tank cooking branch and still be compatible with official cookutils.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Nov 07 10:04:51 2011 +0000 (2011-11-07) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libxml2/stuff/libxml2-fix.patch Mon Nov 07 10:04:51 2011 +0000 1.3 @@ -0,0 +1,21 @@ 1.4 +From 00819877651b87842ed878898ba17dba489820f0 Mon Sep 17 00:00:00 2001 1.5 +From: Daniel Veillard <veillard@redhat.com> 1.6 +Date: Thu, 04 Nov 2010 20:53:14 +0000 1.7 +Subject: Reactivate the shared library versionning script 1.8 + 1.9 +--- 1.10 +diff --git a/configure.in b/configure.in 1.11 +index 59d0629..a1d2c89 100644 1.12 +--- a/configure.in 1.13 ++++ b/configure.in 1.14 +@@ -84,7 +84,7 @@ else 1.15 + esac 1.16 + fi 1.17 + AC_SUBST(VERSION_SCRIPT_FLAGS) 1.18 +-AM_CONDITIONAL([USE_VERSION_SCRIPT], [test -z "$VERSION_SCRIPT_FLAGS"]) 1.19 ++AM_CONDITIONAL([USE_VERSION_SCRIPT], [test -n "$VERSION_SCRIPT_FLAGS"]) 1.20 + 1.21 + dnl 1.22 + dnl We process the AC_ARG_WITH first so that later we can modify 1.23 +-- 1.24 +cgit v0.8.3.1