summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2014-03-08 05:31:35 (GMT)
committerTony Theodore <tonyt@logyst.com>2014-03-08 05:33:01 (GMT)
commit698f49c14abe3af1e1a6de056d08bc2430ec0c27 (patch)
treef7d0099c2c111cbe4a7d299eaa5b54e7e718af47 /src
parentc09c858a4aef00af3910b207edd20c39dc3d3d4e (diff)
downloadmxe-698f49c14abe3af1e1a6de056d08bc2430ec0c27.zip
mxe-698f49c14abe3af1e1a6de056d08bc2430ec0c27.tar.gz
mxe-698f49c14abe3af1e1a6de056d08bc2430ec0c27.tar.bz2
package hdf5: remove libtool workaround (actually a pthreads build issue)
Diffstat (limited to 'src')
-rw-r--r--src/hdf5.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/hdf5.mk b/src/hdf5.mk
index ea765b9..6069e92 100644
--- a/src/hdf5.mk
+++ b/src/hdf5.mk
@@ -33,9 +33,6 @@ define $(PKG)_BUILD
-DHAVE_WINDOWS_PATH \
-DH5_BUILT_AS_$(if $(BUILD_STATIC),STATIC,DYNAMIC)_LIB'
- # libtool is somehow created to effectively disallow shared builds
- $(SED) -i 's,allow_undefined_flag="unsupported",allow_undefined_flag="",g' '$(1)/libtool'
-
# These programs need to be executed on host to create
# H5lib_settings.c and H5Tinit.c
for f in H5detect.exe H5make_libsettings.exe libhdf5.settings; do \