~ubuntu-branches/ubuntu/intrepid/apache2/intrepid

« back to all changes in this revision

Viewing changes to srclib/pcre/NWGNUmakefile

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Fritsch
  • Date: 2007-10-18 19:35:40 UTC
  • mfrom: (0.13.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20071018193540-u9bl0154m45xppyj
Tags: 2.2.6-2
* Avoid calling apr_pollset_poll() and accept_func() when the listening
  sockets have already been closed on graceful stop or reload. This
  hopefully fixes processes not being killed (closes: #445263, #447164)
  and the "Bad file descriptor: apr_socket_accept: (client socket)"
  error message (closes: #400918, #443310)
* Allow logresolve to process long lines (Closes: #331631)
* Remove duplicate config examples (Closes: #294662)
* Include README.backtrace describing how to create a backtrace
* Add CVE reference to 2.2.6-1 changelog entry

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
# This is used by the link 'name' directive to name the nlm.  If left blank
110
110
# TARGET_nlm (see below) will be used.
111
111
#
112
 
NLM_NAME                = dftables
 
112
NLM_NAME        = dftables
113
113
 
114
114
#
115
115
# This is used by the link '-desc ' directive. 
116
116
# If left blank, NLM_NAME will be used.
117
117
#
118
 
NLM_DESCRIPTION = Generate character tables
 
118
NLM_DESCRIPTION = APR $(VERSION_STR) Generate character tables
119
119
 
120
120
#$(FILES_prebuild_headers)
121
121
# This is used by the '-threadname' directive.  If left blank,
127
127
# If this is specified, it will override VERSION value in 
128
128
# $(APR_WORK)\build\NWGNUenvironment.inc
129
129
#
130
 
NLM_VERSION             = 1,0,0
 
130
NLM_VERSION     =
131
131
 
132
132
#
133
133
# If this is specified, it will override the default of 64K
152
152
#
153
153
# If this is specified it will be used by the link '-flags' directive
154
154
#
155
 
NLM_FLAGS               = PSEUDOPREEMPTION
 
155
NLM_FLAGS       = PSEUDOPREEMPTION
156
156
 
157
157
#
158
158
# If this is specified it will be linked in with the XDCData option in the def 
159
159
# file instead of the default of $(APR)/misc/netware/apr.xdc.  XDCData can 
160
160
# be disabled by setting APACHE_UNIPROC in the environment
161
161
#
162
 
XDCDATA         = 
 
162
XDCDATA         = 
163
163
 
164
164
#
165
165
# Declare all target files (you must add your files here)
230
230
#
231
231
FILES_nlm_exports = \
232
232
        $(EOLIST)
233
 
        
 
233
 
234
234
#   
235
235
# These are the OBJ files needed to create the LIB target above.
236
236
# Paths must all use the '/' character
264
264
 
265
265
include $(APR_WORK)\build\NWGNUtail.inc
266
266
 
267
 
# End of NWGNUmakefile for DfTables.nlm (Apache2)
 
267