diff options
Diffstat (limited to 'glcdgraphics/Makefile')
-rw-r--r-- | glcdgraphics/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glcdgraphics/Makefile b/glcdgraphics/Makefile index 98cbbbc..9d74477 100644 --- a/glcdgraphics/Makefile +++ b/glcdgraphics/Makefile @@ -64,7 +64,7 @@ endif all: $(LIBNAME) $(LIBNAME): $(OBJS) - $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) $(LIBS) -Wl,-soname="$(BASENAME).$(VERMAJOR)" -o $@ + $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) $(LIBS) -Wl,-soname="$(BASENAME).$(VERMAJOR)" -Wl,--no-undefined -o $@ ln -sf $(LIBNAME) $(BASENAME) install: all |