mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
[muparser] Disable muparser shared lib build
fish does not use its shared library, only the static one
This commit is contained in:
parent
554382a286
commit
128aacaf87
2 changed files with 7 additions and 7 deletions
3
muparser-2.2.5/Makefile.in
vendored
3
muparser-2.2.5/Makefile.in
vendored
|
@ -190,8 +190,7 @@ COND_USE_SOTWOSYMLINKS_1___muParser_dll___so_symlinks_uninst_cmd = rm -f \
|
|||
@COND_USE_SOVERSOLARIS_1@ $(LIBPREFIX)muparser$(DEBUG_BUILD_POSTFIX).$(DLLIMP_SUFFIX)
|
||||
@COND_PLATFORM_MACOSX_1@__muParser_dll___macver = \
|
||||
@COND_PLATFORM_MACOSX_1@ -compatibility_version 1 -current_version 1
|
||||
@COND_SAMPLES_1@__example1___depname = \
|
||||
@COND_SAMPLES_1@ $(top_builddir)/samples/example1/example1$(EXEEXT)
|
||||
__example1___depname = $(top_builddir)/samples/example1/example1$(EXEEXT)
|
||||
@COND_PLATFORM_MAC_0@__example1___mac_setfilecmd = @true
|
||||
@COND_PLATFORM_MAC_1@__example1___mac_setfilecmd = \
|
||||
@COND_PLATFORM_MAC_1@ $(SETFILE) -t APPL \
|
||||
|
|
11
muparser-2.2.5/configure
vendored
11
muparser-2.2.5/configure
vendored
|
@ -3569,11 +3569,12 @@ $as_echo "no" >&6; }
|
|||
fi
|
||||
|
||||
# Check whether --enable-shared was given.
|
||||
if test "${enable_shared+set}" = set; then :
|
||||
enableval=$enable_shared;
|
||||
else
|
||||
enableval="$default"
|
||||
fi
|
||||
# fish: disabled
|
||||
# if test "${enable_shared+set}" = set; then :
|
||||
# enableval=$enable_shared;
|
||||
# else
|
||||
# enableval="$default"
|
||||
# fi
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue