Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zimbra
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
zimbra
Commits
05699bbc
Commit
05699bbc
authored
Mar 27, 2013
by
Marco Mariani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
do not set /opt/zimbra as default for ZIMBRA_HOME
parent
117bcabe
Changes
27
Hide whitespace changes
Inline
Side-by-side
Showing
27 changed files
with
0 additions
and
43 deletions
+0
-43
ThirdParty/Perl/Makefile
ThirdParty/Perl/Makefile
+0
-1
ThirdParty/altermime/Makefile
ThirdParty/altermime/Makefile
+0
-1
ThirdParty/apache-httpd/Makefile
ThirdParty/apache-httpd/Makefile
+0
-1
ThirdParty/aspell/Makefile
ThirdParty/aspell/Makefile
+0
-2
ThirdParty/bdb/Makefile
ThirdParty/bdb/Makefile
+0
-2
ThirdParty/clamav/Makefile
ThirdParty/clamav/Makefile
+0
-2
ThirdParty/curl/Makefile
ThirdParty/curl/Makefile
+0
-2
ThirdParty/cyrus-sasl/Makefile
ThirdParty/cyrus-sasl/Makefile
+0
-2
ThirdParty/dspam/Makefile
ThirdParty/dspam/Makefile
+0
-2
ThirdParty/heimdal/Makefile
ThirdParty/heimdal/Makefile
+0
-2
ThirdParty/libmemcached/Makefile
ThirdParty/libmemcached/Makefile
+0
-1
ThirdParty/libtool/Makefile
ThirdParty/libtool/Makefile
+0
-2
ThirdParty/libxml2/Makefile
ThirdParty/libxml2/Makefile
+0
-1
ThirdParty/memcached/Makefile
ThirdParty/memcached/Makefile
+0
-2
ThirdParty/mysql/Makefile
ThirdParty/mysql/Makefile
+0
-2
ThirdParty/nginx/Makefile
ThirdParty/nginx/Makefile
+0
-2
ThirdParty/opendkim/Makefile
ThirdParty/opendkim/Makefile
+0
-1
ThirdParty/openldap/Makefile
ThirdParty/openldap/Makefile
+0
-1
ThirdParty/openssl/Makefile
ThirdParty/openssl/Makefile
+0
-2
ThirdParty/php/Makefile
ThirdParty/php/Makefile
+0
-2
ThirdParty/postfix/Makefile
ThirdParty/postfix/Makefile
+0
-2
ThirdParty/rrdtool/Makefile
ThirdParty/rrdtool/Makefile
+0
-1
ThirdParty/rsync/Makefile
ThirdParty/rsync/Makefile
+0
-1
ThirdParty/sendmail/Makefile
ThirdParty/sendmail/Makefile
+0
-2
ThirdParty/snmp/Makefile
ThirdParty/snmp/Makefile
+0
-1
ThirdParty/tcmalloc/Makefile
ThirdParty/tcmalloc/Makefile
+0
-2
ThirdParty/zeromq/Makefile
ThirdParty/zeromq/Makefile
+0
-1
No files found.
ThirdParty/Perl/Makefile
View file @
05699bbc
...
...
@@ -4,7 +4,6 @@
SHELL
:=
/bin/bash
PERL_ROOT
?=
$(
shell
pwd
)
P4_ROOT
?=
$(
shell
cd
$(PERL_ROOT)
/../..
;
pwd
)
ZIMBRA_HOME
?=
/opt/zimbra
JAVA_HOME
:=
/usr/local/java
export
JAVA_HOME
TMPDIR
:=
tmp
...
...
ThirdParty/altermime/Makefile
View file @
05699bbc
...
...
@@ -4,7 +4,6 @@ MAKE ?= make
MAKEARGS
?=
-j2
BUILD_PLATFORM
?=
$(
shell
sh
$(P4_ROOT)
/ZimbraBuild/rpmconf/Build/get_plat_tag.sh
)
ZIMBRA_HOME
?=
/opt/zimbra
ifdef
BETA
include
$(ALTMIME_ROOT)/../beta_versions.def
...
...
ThirdParty/apache-httpd/Makefile
View file @
05699bbc
...
...
@@ -5,7 +5,6 @@ MAKEARGS ?= -j2
BUILD_PLATFORM
?=
$(
shell
sh
$(P4_ROOT)
/ZimbraBuild/rpmconf/Build/get_plat_tag.sh
)
ZIMBRA_HOME
?=
/opt/zimbra
ifdef
BETA
include
$(HTTPD_ROOT)/../beta_versions.def
else
...
...
ThirdParty/aspell/Makefile
View file @
05699bbc
...
...
@@ -10,8 +10,6 @@ ifeq ($(BUILD_PLATFORM), )
BUILD_PLATFORM
:=
"UNKNOWN"
endif
ZIMBRA_HOME
?=
/opt/zimbra
ifdef
BETA
include
$(ASPELL_ROOT)/../beta_versions.def
else
...
...
ThirdParty/bdb/Makefile
View file @
05699bbc
...
...
@@ -9,8 +9,6 @@ ifeq ($(BUILD_PLATFORM), )
BUILD_PLATFORM
:=
"UNKNOWN"
endif
ZIMBRA_HOME
?=
/opt/zimbra
ifdef
BETA
include
$(BDB_ROOT)/../beta_versions.def
else
...
...
ThirdParty/clamav/Makefile
View file @
05699bbc
...
...
@@ -9,8 +9,6 @@ ifeq ($(BUILD_PLATFORM), )
BUILD_PLATFORM
:=
"UNKNOWN"
endif
ZIMBRA_HOME
?=
/opt/zimbra
PATCH
:=
patch
-N
-g0
-p1
< ../patches/fix-configure-963.patch
CONFIG_OPT
:=
CPPFLAGS
:=
...
...
ThirdParty/curl/Makefile
View file @
05699bbc
...
...
@@ -6,8 +6,6 @@ SED ?= sed
BUILD_PLATFORM
?=
$(
shell
sh
$(P4_ROOT)
/ZimbraBuild/rpmconf/Build/get_plat_tag.sh
)
ZIMBRA_HOME
?=
/opt/zimbra
ifdef
BETA
include
$(CURL_ROOT)/../beta_versions.def
PATCH
:=
patch
-N
-g0
-p1
< ../patches/krb5-7200.patch
;
patch
-N
-g0
-p1
< ../patches/lwp-fix.patch
;
...
...
ThirdParty/cyrus-sasl/Makefile
View file @
05699bbc
...
...
@@ -9,8 +9,6 @@ ifeq ($(BUILD_PLATFORM), )
BUILD_PLATFORM
:=
"UNKNOWN"
endif
ZIMBRA_HOME
?=
/opt/zimbra
PATCH
:=
ifdef
BETA
...
...
ThirdParty/dspam/Makefile
View file @
05699bbc
...
...
@@ -9,8 +9,6 @@ ifeq ($(BUILD_PLATFORM), )
BUILD_PLATFORM
:=
"UNKNOWN"
endif
ZIMBRA_HOME
?=
/opt/zimbra
ifdef
BETA
include
$(DSPAM_ROOT)/../beta_versions.def
else
...
...
ThirdParty/heimdal/Makefile
View file @
05699bbc
...
...
@@ -9,8 +9,6 @@ ifeq ($(BUILD_PLATFORM), )
BUILD_PLATFORM
:=
"UNKNOWN"
endif
ZIMBRA_HOME
?=
/opt/zimbra
ifdef
BETA
include
$(HEIMDAL_ROOT)/../beta_versions.def
else
...
...
ThirdParty/libmemcached/Makefile
View file @
05699bbc
...
...
@@ -9,7 +9,6 @@ ifeq ($(BUILD_PLATFORM), )
endif
MAKEARGS
?=
-j2
ZIMBRA_HOME
?=
/opt/zimbra
PATCH
:=
...
...
ThirdParty/libtool/Makefile
View file @
05699bbc
...
...
@@ -9,8 +9,6 @@ ifeq ($(BUILD_PLATFORM), )
BUILD_PLATFORM
:=
"UNKNOWN"
endif
ZIMBRA_HOME
?=
/opt/zimbra
ifdef
BETA
include
$(LIBTOOL_ROOT)/../beta_versions.def
else
...
...
ThirdParty/libxml2/Makefile
View file @
05699bbc
...
...
@@ -4,7 +4,6 @@ MAKE ?= make
MAKEARGS
?=
-j2
BUILD_PLATFORM
?=
$(
shell
sh
$(P4_ROOT)
/ZimbraBuild/rpmconf/Build/get_plat_tag.sh
)
ZIMBRA_HOME
?=
/opt/zimbra
ifdef
BETA
include
$(XML_ROOT)/../beta_versions.def
...
...
ThirdParty/memcached/Makefile
View file @
05699bbc
...
...
@@ -7,8 +7,6 @@ ifeq ($(BUILD_PLATFORM), )
BUILD_PLATFORM
:=
"UNKNOWN"
endif
ZIMBRA_HOME
?=
/opt/zimbra
PATCH
:=
ifdef
BETA
...
...
ThirdParty/mysql/Makefile
View file @
05699bbc
...
...
@@ -10,8 +10,6 @@ ifeq ($(BUILD_PLATFORM), )
BUILD_PLATFORM
:=
"UNKNOWN"
endif
ZIMBRA_HOME
?=
/opt/zimbra
ifdef
BETA
include
$(MYSQL_ROOT)/../beta_versions.def
PATCH
:=
patch
-g0
-N
-p1
< ../patches/openssl.patch
;
patch
-g0
-N
-p1
< ../patches/apple-runpath.patch
;
...
...
ThirdParty/nginx/Makefile
View file @
05699bbc
...
...
@@ -7,8 +7,6 @@ ifeq ($(BUILD_PLATFORM), )
BUILD_PLATFORM
:=
"UNKNOWN"
endif
ZIMBRA_HOME
?=
/opt/zimbra
ifdef
BETA
include
$(NGINX_ROOT)/../beta_versions.def
else
...
...
ThirdParty/opendkim/Makefile
View file @
05699bbc
...
...
@@ -9,7 +9,6 @@ ifeq ($(BUILD_PLATFORM), )
endif
MAKEARGS
?=
-j2
ZIMBRA_HOME
?=
/opt/zimbra
PATCH
:=
...
...
ThirdParty/openldap/Makefile
View file @
05699bbc
...
...
@@ -10,7 +10,6 @@ endif
#MAKEARGS ?= -j2 DEFINES="-DCHECK_CSN -DSLAP_SCHEMA_EXPOSE -DMDB_DEBUG=3"
MAKEARGS
?=
-j2
DEFINES
=
"-DCHECK_CSN -DSLAP_SCHEMA_EXPOSE"
ZIMBRA_HOME
?=
/opt/zimbra
PATCH
:=
patch
-g0
-N
-p1
< ../patches/ITS7536.patch
;
patch
-g0
-N
-p1
< ../patches/ITS7542.patch
;
patch
-g0
-N
-p1
< ../patches/ITS7540.patch
;
...
...
ThirdParty/openssl/Makefile
View file @
05699bbc
...
...
@@ -9,8 +9,6 @@ ifeq ($(BUILD_PLATFORM), )
BUILD_PLATFORM
:=
"UNKNOWN"
endif
ZIMBRA_HOME
?=
/opt/zimbra
ifdef
BETA
include
$(OPENSSL_ROOT)/../beta_versions.def
else
...
...
ThirdParty/php/Makefile
View file @
05699bbc
...
...
@@ -9,8 +9,6 @@ ifeq ($(BUILD_PLATFORM), )
BUILD_PLATFORM
:=
"UNKNOWN"
endif
ZIMBRA_HOME
?=
/opt/zimbra
PATCH
:=
ifdef
BETA
include
$(PHP_ROOT)/../beta_versions.def
...
...
ThirdParty/postfix/Makefile
View file @
05699bbc
...
...
@@ -7,8 +7,6 @@ MAKEARGS ?= -j2
BUILD_PLATFORM
?=
$(
shell
sh
$(P4_ROOT)
/ZimbraBuild/rpmconf/Build/get_plat_tag.sh
)
ZIMBRA_HOME
?=
/opt/zimbra
PATCH
:=
ifdef
BETA
include
$(POSTFIX_ROOT)/../beta_versions.def
...
...
ThirdParty/rrdtool/Makefile
View file @
05699bbc
...
...
@@ -4,7 +4,6 @@ MAKE ?= make
MAKEARGS
?=
-j2
BUILD_PLATFORM
?=
$(
shell
sh
$(P4_ROOT)
/ZimbraBuild/rpmconf/Build/get_plat_tag.sh
)
ZIMBRA_HOME
?=
/opt/zimbra
ifdef
BETA
include
$(RRDTOOL_ROOT)/../beta_versions.def
...
...
ThirdParty/rsync/Makefile
View file @
05699bbc
...
...
@@ -4,7 +4,6 @@ MAKE ?= make
MAKEARGS
?=
-j2
BUILD_PLATFORM
?=
$(
shell
sh
$(P4_ROOT)
/ZimbraBuild/rpmconf/Build/get_plat_tag.sh
)
ZIMBRA_HOME
?=
/opt/zimbra
ifdef
BETA
include
$(RSYNC_ROOT)/../beta_versions.def
...
...
ThirdParty/sendmail/Makefile
View file @
05699bbc
...
...
@@ -7,8 +7,6 @@ ifeq ($(BUILD_PLATFORM), )
BUILD_PLATFORM
:=
"UNKNOWN"
endif
ZIMBRA_HOME
?=
/opt/zimbra
PATCH
:=
patch
-g0
-N
-p1
< ../patches/ipv6.patch
;
ifdef
BETA
...
...
ThirdParty/snmp/Makefile
View file @
05699bbc
...
...
@@ -4,7 +4,6 @@ MAKE ?= make
MAKEARGS
?=
-j2
BUILD_PLATFORM
?=
$(
shell
sh
$(P4_ROOT)
/ZimbraBuild/rpmconf/Build/get_plat_tag.sh
)
ZIMBRA_HOME
?=
/opt/zimbra
ifdef
BETA
include
$(SNMP_ROOT)/../beta_versions.def
...
...
ThirdParty/tcmalloc/Makefile
View file @
05699bbc
...
...
@@ -7,8 +7,6 @@ ifeq ($(BUILD_PLATFORM), )
BUILD_PLATFORM
:=
"UNKNOWN"
endif
ZIMBRA_HOME
?=
/opt/zimbra
ifdef
BETA
include
$(TCMALLOC_ROOT)/../beta_versions.def
else
...
...
ThirdParty/zeromq/Makefile
View file @
05699bbc
...
...
@@ -9,7 +9,6 @@ ifeq ($(BUILD_PLATFORM), )
endif
MAKEARGS
?=
-j2
ZIMBRA_HOME
?=
/opt/zimbra
PATCH
:=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment