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

Side by Side Diff: sys-libs/zlib/files/zlib-1.2.3-r1-bsd-soname.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 Generate a DT_SONAME on *BSD machines
2
3 http://bugs.gentoo.org/123571
4
5 --- configure
6 +++ configure
7 @@ -80,7 +80,7 @@
8 SFLAGS="${CFLAGS-"-O3"} -fPIC"
9 CFLAGS="$cflags"
10 case `(uname -s || echo unknown) 2>/dev/null` in
11 - Linux | linux | GNU | GNU/*) LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,lib z.so.1"};;
12 + Linux | linux | GNU | GNU/* | *BSD | DragonFly) LDSHARED=${LDSHARED-"$cc -sha red -Wl,-soname,libz.so.1"};;
13 CYGWIN* | Cygwin* | cygwin* | OS/2* )
14 EXE='.exe';;
15 QNX*) # This is for QNX6. I suppose that the QNX rule below is for QNX2,QNX4
OLDNEW
« no previous file with comments | « sys-libs/zlib/files/zlib-1.2.3-mingw-implib.patch ('k') | sys-libs/zlib/files/zlib-1.2.3-visibility-support.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698