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

Unified Diff: ports/thttpd/Makefile

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
« no previous file with comments | « ports/texlive/nacl.patch ('k') | ports/thttpd/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/thttpd/Makefile
diff --git a/ports/thttpd/Makefile b/ports/thttpd/Makefile
index bfd69197022b8e7951eb90d931c81953821de85b..da0c9a5c26a29e0be1afe2dbdeedcc7533bc4940 100644
--- a/ports/thttpd/Makefile
+++ b/ports/thttpd/Makefile
@@ -53,7 +53,7 @@ CCOPT = -O0
DEFS = -DHAVE_DAEMON=1 -DHAVE__PROGNAME=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_VSNPRINTF=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_SELECT=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1
INCLS = -I. $(NACLPORTS_CPPFLAGS)
CFLAGS = $(CCOPT) $(DEFS) $(NACLPORTS_CFLAGS) $(INCLS)
-LDFLAGS = -lcrypt -ljsoncpp ${NACL_CLI_MAIN_LIB} $(NACLPORTS_LDFLAGS) -pthread
+LDFLAGS = $(NACLPORTS_LDFLAGS) -lcrypt -ljsoncpp $(NACLPORTS_LIBS) -pthread
LIBS =
NETLIBS =
INSTALL = /usr/bin/install -c
« no previous file with comments | « ports/texlive/nacl.patch ('k') | ports/thttpd/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698