mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Remove configure flag --disable-shared, as it is no longer used by any
port. The last use was QNX, per Peter Eisentraut.
This commit is contained in:
@ -81,7 +81,6 @@ all: all-shared-lib $(SQLSCRIPT)
|
||||
include $(top_srcdir)/src/Makefile.shlib
|
||||
|
||||
$(SQLSCRIPT): Makefile snowball_func.sql.in snowball.sql.in
|
||||
ifeq ($(enable_shared), yes)
|
||||
echo '-- Language-specific snowball dictionaries' > $@
|
||||
cat $(srcdir)/snowball_func.sql.in >> $@
|
||||
@set -e; \
|
||||
@ -104,9 +103,6 @@ ifeq ($(enable_shared), yes)
|
||||
sed -e "s#_NONASCDICTNAME_#$${nonascdictname}_stem#g" | \
|
||||
sed -e "s#_STOPWORDS_#$$stop#g" ; \
|
||||
done >> $@
|
||||
else
|
||||
echo "-- No language-specific snowball dictionaries, for lack of shared library support" > $@
|
||||
endif
|
||||
|
||||
install: all installdirs install-lib
|
||||
$(INSTALL_DATA) $(SQLSCRIPT) '$(DESTDIR)$(datadir)'
|
||||
|
Reference in New Issue
Block a user