--- ./contrib/Makefile.orig 2019-11-03 21:02:01.835734000 +0200 +++ ./contrib/Makefile 2019-11-03 21:04:31.714989000 +0200 @@ -5,6 +5,17 @@ include $(top_builddir)/src/Makefile.global SUBDIRS = \ + lo \ + oid2name \ + vacuumlo \ + mchar \ + fulleq \ + fasttrun \ + online_analyze \ + plantuner + + +NOSUBDIRS = \ adminpack \ amcheck \ auth_delay \ @@ -24,9 +35,7 @@ intagg \ intarray \ isn \ - lo \ ltree \ - oid2name \ pageinspect \ passwordcheck \ pg_buffercache \ @@ -48,48 +57,42 @@ tsm_system_rows \ tsm_system_time \ unaccent \ - vacuumlo \ - mchar \ - fulleq \ - fasttrun \ - online_analyze \ - plantuner -ifeq ($(with_openssl),yes) -SUBDIRS += sslinfo -else -ALWAYS_SUBDIRS += sslinfo -endif - -ifneq ($(with_uuid),no) -SUBDIRS += uuid-ossp -else -ALWAYS_SUBDIRS += uuid-ossp -endif - -ifeq ($(with_libxml),yes) -SUBDIRS += xml2 -else -ALWAYS_SUBDIRS += xml2 -endif - -ifeq ($(with_selinux),yes) -SUBDIRS += sepgsql -else -ALWAYS_SUBDIRS += sepgsql -endif - -ifeq ($(with_perl),yes) -SUBDIRS += hstore_plperl jsonb_plperl -else -ALWAYS_SUBDIRS += hstore_plperl jsonb_plperl -endif - -ifeq ($(with_python),yes) -SUBDIRS += hstore_plpython jsonb_plpython ltree_plpython -else -ALWAYS_SUBDIRS += hstore_plpython jsonb_plpython ltree_plpython -endif +#ifeq ($(with_openssl),yes) +#SUBDIRS += sslinfo +#else +#ALWAYS_SUBDIRS += sslinfo +#endif + +#ifneq ($(with_uuid),no) +#SUBDIRS += uuid-ossp +#else +#ALWAYS_SUBDIRS += uuid-ossp +#endif + +#ifeq ($(with_libxml),yes) +#SUBDIRS += xml2 +#else +#ALWAYS_SUBDIRS += xml2 +#endif + +#ifeq ($(with_selinux),yes) +#SUBDIRS += sepgsql +#else +#ALWAYS_SUBDIRS += sepgsql +#endif + +#ifeq ($(with_perl),yes) +#SUBDIRS += hstore_plperl jsonb_plperl +#else +#ALWAYS_SUBDIRS += hstore_plperl jsonb_plperl +#endif + +#ifeq ($(with_python),yes) +#SUBDIRS += hstore_plpython jsonb_plpython ltree_plpython +#else +#ALWAYS_SUBDIRS += hstore_plpython jsonb_plpython ltree_plpython +#endif # Missing: # start-scripts \ (does not have a makefile)