Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(730)

Unified Diff: dev-libs/libxml2/files/libxml2-2.7.8-disable_static_modules.patch

Issue 6776028: Upgrade libxml2 and its portage dependencies (Closed) Base URL: ssh://gitrw.chromium.org:9222/portage-stable.git@master
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: dev-libs/libxml2/files/libxml2-2.7.8-disable_static_modules.patch
diff --git a/dev-libs/libxml2/files/libxml2-2.7.8-disable_static_modules.patch b/dev-libs/libxml2/files/libxml2-2.7.8-disable_static_modules.patch
new file mode 100644
index 0000000000000000000000000000000000000000..5f47e1d619cf0337298724f9b091937c1e53c43b
--- /dev/null
+++ b/dev-libs/libxml2/files/libxml2-2.7.8-disable_static_modules.patch
@@ -0,0 +1,12 @@
+--- python/Makefile.am
++++ python/Makefile.am
+@@ -21,7 +21,8 @@
+ libxml.py \
+ libxml2-python-api.xml
+
+-libxml2mod_la_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@ @WIN32_EXTRA_LDFLAGS@ -module -avoid-version
++libxml2mod_la_CPPFLAGS = -shared
++libxml2mod_la_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@ @WIN32_EXTRA_LDFLAGS@ -module -avoid-version -shared
+
+ if WITH_PYTHON
+ mylibs = \
« no previous file with comments | « dev-libs/libxml2/files/libxml2-2.7.2-winnt.patch ('k') | dev-libs/libxml2/files/libxml2-2.7.8-reactivate-script.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698