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

Side by Side 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, 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 --- python/Makefile.am
2 +++ python/Makefile.am
3 @@ -21,7 +21,8 @@
4 libxml.py \
5 libxml2-python-api.xml
6
7 -libxml2mod_la_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@ @WIN32_EXTRA_LDFLAGS@ -module -a void-version
8 +libxml2mod_la_CPPFLAGS = -shared
9 +libxml2mod_la_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@ @WIN32_EXTRA_LDFLAGS@ -module -a void-version -shared
10
11 if WITH_PYTHON
12 mylibs = \
OLDNEW
« 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