summaryrefslogtreecommitdiffstats
path: root/src/coin.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-11-27 02:30:32 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-11-27 02:30:32 (GMT)
commit43317e6235723de79476609d99427868a5925927 (patch)
tree9379379010a33b87e7630e15e69fd585cfc71158 /src/coin.mk
parentb4decd34e269c833726b6cf764cde7b443b0e5f3 (diff)
downloadmxe-43317e6235723de79476609d99427868a5925927.zip
mxe-43317e6235723de79476609d99427868a5925927.tar.gz
mxe-43317e6235723de79476609d99427868a5925927.tar.bz2
coin: add note about libtool workaround
Diffstat (limited to 'src/coin.mk')
-rw-r--r--src/coin.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/coin.mk b/src/coin.mk
index c66791e..253bc5b 100644
--- a/src/coin.mk
+++ b/src/coin.mk
@@ -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)'