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

Side by Side Diff: ports/samba/pkg_info

Issue 1456633004: Enable glibc/arm build of samba Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « ports/samba/nacl.patch ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 NAME=samba 1 NAME=samba
2 VERSION=4.1.16 2 VERSION=4.1.16
3 URL=http://ftp.samba.org/pub/samba/samba-4.1.16.tar.gz 3 URL=http://ftp.samba.org/pub/samba/samba-4.1.16.tar.gz
4 LICENSE=GPL 4 LICENSE=GPL
5 DEPENDS=(nacl-spawn glibc-compat) 5 DEPENDS=(nacl-spawn glibc-compat)
6 LIBC=glibc 6 LIBC=glibc
7 # glibc/arm disabled due to missing FIONREAD 7 DISABLED_ARCH=(i686)
8 # https://code.google.com/p/nativeclient/issues/detail?id=4233
9 DISABLED_ARCH=(i686 arm)
10 # Build broken on mac. 8 # Build broken on mac.
11 BUILD_OS=linux 9 BUILD_OS=linux
12 SHA1=6fe5cbbec3ebf29a22af35229c17f699b6559c6d 10 SHA1=6fe5cbbec3ebf29a22af35229c17f699b6559c6d
OLDNEW
« no previous file with comments | « ports/samba/nacl.patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698