source: trunk/athena/bin/lert/debian/rules @ 23927

Revision 23927, 291 bytes checked in by broder, 15 years ago (diff)
In lert: * Always build without krb4.
  • Property svn:executable set to *
Line 
1#!/usr/bin/make -f
2
3DEB_AUTO_UPDATE_AUTOCONF = 2.50
4include /usr/share/cdbs/1/rules/debhelper.mk
5include /usr/share/cdbs/1/class/autotools.mk
6
7DEB_CONFIGURE_EXTRA_FLAGS += LIBS=-ldb --without-krb4 --with-krb5 --with-hesiod
8DEB_DH_INSTALL_SOURCEDIR = $(DEB_DESTDIR)
9
10clean::
11        rm -f configure
Note: See TracBrowser for help on using the repository browser.