c16dd81a2f
* includes Lightning as default extension - rebased patches - removed obsolete patches: * mozilla-ppc.patch * mozilla-nullptr-gcc45.patch * mozilla-bug1024492.patch - dropped openSUSE specific patches * thunderbird-shared-nss-db.patch * mozilla-shared-nss-db.patch the provided feature seems not to be used and its maintenance is not worth the ongoing efforts OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=286
21 lines
848 B
Diff
21 lines
848 B
Diff
diff --git a/config/baseconfig.mk b/config/baseconfig.mk
|
|
--- a/config/baseconfig.mk
|
|
+++ b/config/baseconfig.mk
|
|
@@ -1,14 +1,14 @@
|
|
# 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)
|
|
+includedir := $(includedir)/$(MOZ_APP_NAME)
|
|
+idldir = $(datadir)/idl/$(MOZ_APP_NAME)
|
|
installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
|
|
sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION)
|
|
ifndef TOP_DIST
|
|
TOP_DIST = dist
|
|
endif
|
|
ifneq (,$(filter /%,$(TOP_DIST)))
|
|
DIST = $(TOP_DIST)
|
|
else
|