~ubuntu-branches/ubuntu/saucy/apr-util/saucy-proposed

« back to all changes in this revision

Viewing changes to dbd/NWGNUdbdfreetds

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Fritsch
  • Date: 2011-05-22 01:27:59 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110522012759-i80zd90uo6q1z4gr
Tags: 1.3.12+dfsg-1
* New upstream version
* Make apu-config not output dbm libs by default. Closes: #622081
* Set DEB_GCC_NO_O3=1 for the benefit of ppc64 on Ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
#
12
12
 
13
13
ifndef EnvironmentDefined
14
 
include $(APR_WORK)\build\NWGNUhead.inc
 
14
include $(APR_WORK)/build/NWGNUhead.inc
15
15
endif
16
16
 
17
17
#include $(APR)\build\NWGNUcustom.inc
38
38
XINCDIRS        += \
39
39
                        $(APR)/include/arch/netware \
40
40
                        $(APR)/include \
41
 
                        $(APRUTIL)/include \
42
 
                        $(APRUTIL)/include/private \
 
41
                        $(APU)/include \
 
42
                        $(APU)/include/private \
43
43
                        $(APR) \
44
44
                        $(FREETDS_INC) \
45
45
                        $(EOLIST)
150
150
#
151
151
# If this is specified it will be used by the link '-entry' directive
152
152
#
153
 
NLM_ENTRY_SYM   = _LibCPrelude
 
153
NLM_ENTRY_SYM   =
154
154
 
155
155
#
156
156
# If this is specified it will be used by the link '-exit' directive
157
157
#
158
 
NLM_EXIT_SYM    = _LibCPostlude
 
158
NLM_EXIT_SYM    =
159
159
 
160
160
#
161
161
# If this is specified it will be used by the link '-check' directive
165
165
#
166
166
# If these are specified it will be used by the link '-flags' directive
167
167
#
168
 
NLM_FLAGS       = AUTOUNLOAD, PSEUDOPREEMPTION
 
168
NLM_FLAGS       =
169
169
 
170
170
#
171
171
# If this is specified it will be linked in with the XDCData option in the def
200
200
# These will be added as a library command in the link.opt file.
201
201
#
202
202
FILES_nlm_libs = \
203
 
        libcpre.o \
 
203
        $(PRELUDE) \
204
204
        $(EOLIST)
205
205
 
206
206
ifeq ($(LINK_STATIC),1)
290
290
# in this makefile
291
291
#
292
292
 
293
 
include $(APR_WORK)\build\NWGNUtail.inc
 
293
include $(APRBUILD)/NWGNUtail.inc
294
294
 
295
295
 
296
296