coin: add note about libtool workaround

This commit is contained in:
Tony Theodore 2015-11-27 13:30:32 +11:00
parent b4decd34e2
commit 43317e6235
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ define $(PKG)_BUILD
COIN_STATIC=$(if $(BUILD_STATIC),true,false)
# libtool misses some dependency libs and there's no lt_cv* etc. options
# can be removed after 3.1.3 if recent libtool et al. is used
$(SED) -i 's,^postdeps="-,postdeps="-ldl -lopengl32 -lgdi32 -lwinmm -,g' '$(1)/libtool'
$(MAKE) -C '$(1)' -j '$(JOBS)'