Commit 46728e49cc4b9c151f14d66708dbfcb069f44874

Authored by Jay Berkenbilt
1 parent 278852f5

Fix from cygwin package maintainer

Resolve link error on cygwin
Showing 1 changed file with 1 additions and 1 deletions
make/libtool.mk
... ... @@ -95,7 +95,7 @@ define makelib
95 95 $(LIBTOOL) --mode=link \
96 96 $(CXX) $(CXXFLAGS) $(LD_VERSION_FLAGS) \
97 97 -o $(2) $(1) $(4) $(3) \
98   - -rpath $(libdir) -version-info $(5):$(6):$(7)
  98 + -rpath $(libdir) -version-info $(5):$(6):$(7) -no-undefined
99 99 endef
100 100  
101 101 # 1 2 3 4
... ...