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

Unified Diff: ports/samba/build.sh

Issue 1417223003: Switch from using 'nacl_main' to 'main' entry point (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 2 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: ports/samba/build.sh
diff --git a/ports/samba/build.sh b/ports/samba/build.sh
index 5b18cba139e85ae6069566ced353f84e59c56b65..6e229cce8241c0e68b3234536d5c3d5fb0fbaa2a 100755
--- a/ports/samba/build.sh
+++ b/ports/samba/build.sh
@@ -6,8 +6,6 @@
# Samba doesn't seem to support building outside the source tree.
BUILD_DIR=${SRC_DIR}
-#NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main"
-
#NACLPORTS_LDFLAGS+="${NACL_CLI_MAIN_LIB}"
EnableGlibcCompat

Powered by Google App Engine
This is Rietveld 408576698