Andreas Wacknitz
2024-02-11 9d209ff08e452c65def1a02e6aa08547b67297f8
fix mate.mk configure options

1 files modified
10 ■■■■ changed files
make-rules/mate.mk 10 ●●●● patch | view | raw | blame | history
make-rules/mate.mk
@@ -29,8 +29,14 @@
COMPONENT_PREP_ACTION= cd $(@D) && PATH="$(PATH)" NOCONFIGURE=1 /usr/bin/bash ./autogen.sh
endif
CONFIGURE_OPTIONS+= --sysconfdir=$(ETCDIR)
CONFIGURE_OPTIONS+= --libexecdir=$(CONFIGURE_LIBEXECDIR.$(BITS))/mate
# We cannot override libexecdir thus we have to set them here
CONFIGURE_DEFAULT_DIRS= no
CONFIGURE_OPTIONS += --mandir=$(CONFIGURE_MANDIR)
CONFIGURE_OPTIONS += --bindir=$(CONFIGURE_BINDIR.$(BITS))
CONFIGURE_OPTIONS += --libdir=$(CONFIGURE_LIBDIR.$(BITS))
CONFIGURE_OPTIONS += --libexecdir=$(CONFIGURE_LIBEXECDIR.$(BITS))/mate
CONFIGURE_OPTIONS += --sbindir=$(CONFIGURE_SBINDIR.$(BITS))
CONFIGURE_OPTIONS += --sysconfdir=$(ETCDIR)
ifeq   ($(strip $(BUILD_STYLE)),configure)
CONFIGURE_OPTIONS+= --disable-static
endif