libxml2: fix errors about missing symbol versioning, bumprev.
This commit is contained in:
11
srcpkgs/libxml2/patches/enable_symbol_versioning.patch
Normal file
11
srcpkgs/libxml2/patches/enable_symbol_versioning.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- configure.orig 2010-12-05 23:51:33.069152384 +0100
|
||||
+++ configure 2010-12-05 23:51:57.890020401 +0100
|
||||
@@ -11414,7 +11414,7 @@ else
|
||||
esac
|
||||
fi
|
||||
|
||||
- if test -z "$VERSION_SCRIPT_FLAGS"; then
|
||||
+ if test -n "$VERSION_SCRIPT_FLAGS"; then
|
||||
USE_VERSION_SCRIPT_TRUE=
|
||||
USE_VERSION_SCRIPT_FALSE='#'
|
||||
else
|
||||
Reference in New Issue
Block a user