Index: ports/geturl/Makefile |
diff --git a/ports/geturl/Makefile b/ports/geturl/Makefile |
index d32b3c4afd26fad6241a0ae66317db408aa1d641..7c2de07ab4485fdd05242b6fdc06e98cf205f223 100644 |
--- a/ports/geturl/Makefile |
+++ b/ports/geturl/Makefile |
@@ -8,7 +8,7 @@ CPPFLAGS += -Wall -Werror |
all: $(GETURL) |
-EXTRA_LIBS=${NACL_CLI_MAIN_LIB} -lppapi_simple -lnacl_spawn -lnacl_io \ |
+EXTRA_LIBS=${NACL_CLI_MAIN_LIB} -lppapi_simple -lnacl_io \ |
-lppapi -lppapi_cpp |
$(GETURL): geturl.cc |