~ubuntu-branches/debian/sid/nss-pam-ldapd/sid

« back to all changes in this revision

Viewing changes to common/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Arthur de Jong
  • Date: 2015-04-10 16:00:00 UTC
  • mfrom: (16.1.9)
  • Revision ID: package-import@ubuntu.com-20150410160000-hf3a58ogc1dr4gzv
Tags: 0.9.5-1
* new upstream release:
  - handle situation better when server (or firewall) closed the connection
    (thanks Tim Harder)
  - make daemonising a little more robust and try to log more failures
  - fix integer format strings (thanks Jianhai Luan and Patrick McLean)
  - documentation updates (thanks Dalibor Pospíšil)
  - fix range check for search access (thanks David Binderma)
  - fix a bug in the NSS library when encountering IPv6 addresses in
    the hosts map (thanks Mark R Bannister)
  - adjust the Linux OOM (Out-Of-Memory) killer score to avoid killing
    nslcd (thanks Patrick McLean)
* drop use-ip-range-for-tests.patch which is part of 0.9.5
* debian/copyright: copyright year updates
* upgrade to standards-version 3.9.6 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
226
226
MAINT = @MAINT@
227
227
MAKEINFO = @MAKEINFO@
228
228
MKDIR_P = @MKDIR_P@
 
229
MODULE_NAME = @MODULE_NAME@
229
230
NSLCD_BINDPW_PATH = @NSLCD_BINDPW_PATH@
230
231
NSLCD_CONF_PATH = @NSLCD_CONF_PATH@
231
232
NSLCD_PIDFILE = @NSLCD_PIDFILE@
232
233
NSLCD_SOCKET = @NSLCD_SOCKET@
 
234
NSS_FLAVOUR = @NSS_FLAVOUR@
233
235
NSS_LDAP_SONAME = @NSS_LDAP_SONAME@
234
236
NSS_MODULE_OBJS = @NSS_MODULE_OBJS@
235
237
OBJEXT = @OBJEXT@
243
245
PAM_LDAP_SONAME = @PAM_LDAP_SONAME@
244
246
PAM_SECLIB_DIR = @PAM_SECLIB_DIR@
245
247
PATH_SEPARATOR = @PATH_SEPARATOR@
 
248
PIC_CFLAGS = @PIC_CFLAGS@
246
249
PTHREAD_CC = @PTHREAD_CC@
247
250
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
248
251
PTHREAD_LIBS = @PTHREAD_LIBS@
324
327
top_srcdir = @top_srcdir@
325
328
noinst_LIBRARIES = libtio.a libprot.a libdict.a libexpr.a
326
329
AM_CPPFLAGS = -I$(top_srcdir)
327
 
AM_CFLAGS = -fPIC
 
330
AM_CFLAGS = $(PIC_CFLAGS)
328
331
libtio_a_SOURCES = tio.c tio.h
329
332
libprot_a_SOURCES = nslcd-prot.c nslcd-prot.h
330
333
libdict_a_SOURCES = dict.c dict.h \