Skip to content

Commit

Permalink
Reapply "DOCKER-407 dockerinit should support environment variables l…
Browse files Browse the repository at this point in the history
…arger than 1000 bytes (updates nvlist-json)"

This reverts commit 1a89305.
  • Loading branch information
joshwilsdon committed May 26, 2015
1 parent c3d67c6 commit 1819469
Show file tree
Hide file tree
Showing 5 changed files with 455 additions and 247 deletions.
2 changes: 1 addition & 1 deletion src/dockerinit/Makefile
Expand Up @@ -35,7 +35,7 @@ CPPFLAGS = $(SYSINCDIRS:%=-isystem $(DESTDIR)/%)
LDFLAGS = $(SYSLIBDIRS:%=-L$(DESTDIR)/%) -Wl,-zassert-deflib -Wl,-zfatal-warnings

JSON_OBJS=json-nvlist/json-nvlist.o
JSON_LIBS=-lnvpair
JSON_LIBS=-lnvpair -lcmdutils
MDATA_OBJS= \
mdata-client/dynstr.o \
mdata-client/proto.o \
Expand Down

0 comments on commit 1819469

Please sign in to comment.