Revision 24070,
302 bytes
checked in by broder, 15 years ago
(diff) |
In attach:
* Now that liblocker doesn't require krb4, don't require it here either.
* Since Debathena is building liblocker without krb4, don't build with
it here either.
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | #!/usr/bin/make -f |
---|
2 | |
---|
3 | DEB_AUTO_UPDATE_AUTOCONF = 2.50 |
---|
4 | include /usr/share/cdbs/1/rules/debhelper.mk |
---|
5 | include /usr/share/cdbs/1/class/autotools.mk |
---|
6 | |
---|
7 | DEB_CONFIGURE_EXTRA_FLAGS += lbindir=/bin lsbindir=/sbin --with-afs=/usr --without-krb4 --with-hesiod LIBS=/usr/lib/afs/libcom_err.a |
---|
8 | |
---|
9 | clean:: |
---|
10 | rm -f configure |
---|
Note: See
TracBrowser
for help on using the repository browser.