forked from pool/MozillaThunderbird
d6fa566d17
* Optionally remove corresponding data files when removing an account * Possibility to copy message filter * Calendar: Event can now be created and edited in a tab * Calendar: Processing of received invitation counter proposals * Chat: Support Twitter Direct Messages * Chat: Liking and favoriting in Twitter * Chat: Removed Yahoo! Messenger support * serveral bugfixes - removed obsolete patches * mozilla-aarch64-48bit-va.patch * mozilla-binutils-visibility.patch * mozilla-flex_buffer_overrun.patch * mozilla-gcc6.patch - added generic mozilla patches * mozilla-aarch64-startup-crash.patch - require newer versions of NSPR and NSS OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=358
25 lines
1003 B
Diff
25 lines
1003 B
Diff
diff --git a/config/baseconfig.mk b/config/baseconfig.mk
|
|
--- a/config/baseconfig.mk
|
|
+++ b/config/baseconfig.mk
|
|
@@ -1,16 +1,16 @@
|
|
# This file is normally included by autoconf.mk, but it is also used
|
|
# directly in python/mozbuild/mozbuild/base.py for gmake validation.
|
|
# We thus use INCLUDED_AUTOCONF_MK to enable/disable some parts depending
|
|
# whether a normal build is happening or whether the check is running.
|
|
-includedir := $(includedir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
|
|
-idldir = $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
|
|
-installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
|
|
-sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION)
|
|
+includedir := $(includedir)/$(MOZ_APP_NAME)
|
|
+idldir = $(datadir)/idl/$(MOZ_APP_NAME)
|
|
+installdir = $(libdir)/$(MOZ_APP_NAME)
|
|
+sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel
|
|
ifeq (.,$(DEPTH))
|
|
DIST = dist
|
|
else
|
|
DIST = $(DEPTH)/dist
|
|
endif
|
|
ABS_DIST = $(topobjdir)/dist
|
|
|
|
# We do magic with OBJ_SUFFIX in config.mk, the following ensures we don't
|