File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -488,7 +488,7 @@ cd $WRKDIR/$PACK
488488save_configure_help
489489
490490# dll suffix hack
491- sed -i " s|LIBRARY lib%s-0\.dll|LIBRARY lib%s-0$DLLSUFFIX .dll|" src/gen-def.py
491+ # sed -i "s|LIBRARY lib%s-0\.dll|LIBRARY lib%s-0$DLLSUFFIX.dll|" src/gen-def.py
492492
493493xxrun ./configure $HOSTBUILD --prefix=$OUT --disable-dependency-tracking --enable-static=no --enable-shared=yes \
494494 --with-graphite2=auto --with-freetype=auto --with-cairo=no --with-chafa=no \
@@ -1314,8 +1314,8 @@ xxrun make install
13141314
13151315# ----------------------------------------------------------------------------
13161316hdf-* )
1317- # cd $WRKDIR/$PACK
1318- cd $WRKDIR /hdfsrc
1317+ cd $WRKDIR /$PACK
1318+ # cd $WRKDIR/hdfsrc
13191319echo " IF (BUILD_SHARED_LIBS)" >> CMakeLists.txt
13201320# ##new
13211321echo " SET_TARGET_PROPERTIES (\$ {HDF4_SRC_LIBSH_TARGET} PROPERTIES SUFFIX $DLLSUFFIX .dll)" >> CMakeLists.txt
You can’t perform that action at this time.
0 commit comments