Skip to content

Commit

Permalink
add and not set LDFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarning committed Feb 10, 2015
1 parent 9976ca7 commit e9afd36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zerotier/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ define Package/zerotier/description
endef

MAKE_FLAGS += \
LDFLAGS="-static-libgcc -static-libstdc++ -lgcc_s"
LDFLAGS+="-static-libgcc -static-libstdc++ -lgcc_s"

define Package/zerotier/install
$(INSTALL_DIR) $(1)/usr/bin
Expand Down

0 comments on commit e9afd36

Please sign in to comment.