Fix from cygwin package maintainer

Resolve link error on cygwin
This commit is contained in:
Jay Berkenbilt 2017-08-24 17:41:30 -04:00
parent 278852f5aa
commit 46728e49cc
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ define makelib
$(LIBTOOL) --mode=link \
$(CXX) $(CXXFLAGS) $(LD_VERSION_FLAGS) \
-o $(2) $(1) $(4) $(3) \
-rpath $(libdir) -version-info $(5):$(6):$(7)
-rpath $(libdir) -version-info $(5):$(6):$(7) -no-undefined
endef
# 1 2 3 4