| Revision 2980,
929 bytes
checked in by alanbach-guest, 5 years ago
(diff) |
- Sync'd with Debian, 1.12.3-1 to solve SSL problem
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | #!/usr/bin/make -f |
|---|
| 2 | |
|---|
| 3 | include /usr/share/cdbs/1/rules/buildvars.mk |
|---|
| 4 | include /usr/share/cdbs/1/rules/debhelper.mk |
|---|
| 5 | include /usr/share/cdbs/1/class/autotools.mk |
|---|
| 6 | include /usr/share/cdbs/1/class/gnome.mk |
|---|
| 7 | include /usr/share/cdbs/1/rules/utils.mk |
|---|
| 8 | include /usr/share/cdbs/1/rules/simple-patchsys.mk |
|---|
| 9 | |
|---|
| 10 | DEB_SHLIBDEPS_INCLUDE += debian/tmp/usr/lib |
|---|
| 11 | |
|---|
| 12 | DEB_DH_MAKESHLIBS_ARGS_ALL += -V |
|---|
| 13 | |
|---|
| 14 | CFLAGS += -fPIC |
|---|
| 15 | |
|---|
| 16 | DEB_CONFIGURE_EXTRA_FLAGS += --sysconfdir=/etc \ |
|---|
| 17 | --libexecdir=\$${prefix}/lib/evolution \ |
|---|
| 18 | --enable-ipv6 \ |
|---|
| 19 | --enable-nss \ |
|---|
| 20 | --enable-nntp \ |
|---|
| 21 | --enable-smime \ |
|---|
| 22 | --with-openldap \ |
|---|
| 23 | --with-krb5=/usr \ |
|---|
| 24 | --with-libdb=/usr \ |
|---|
| 25 | --enable-gtk-doc \ |
|---|
| 26 | --enable-gnome-keyring=yes |
|---|
| 27 | |
|---|
| 28 | DEB_FIXPERMS_EXCLUDE += usr/lib/evolution/camel-lock-helper* |
|---|
| 29 | |
|---|
| 30 | binary-install/evolution-data-server:: |
|---|
| 31 | chgrp mail $(CURDIR)/debian/evolution-data-server/usr/lib/evolution/camel-lock-helper* |
|---|
| 32 | chmod g+s $(CURDIR)/debian/evolution-data-server/usr/lib/evolution/camel-lock-helper* |
|---|
Note: See
TracBrowser
for help on using the repository browser.