summaryrefslogtreecommitdiff
path: root/dbd/NWGNUdbdpgsql
diff options
context:
space:
mode:
authorfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2011-03-06 20:13:35 +0000
committerfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2011-03-06 20:13:35 +0000
commit2fbf407591cc333f7de9d31bc924f8c4eba5f620 (patch)
tree93494832caa538866668322a14204271cf97ae6e /dbd/NWGNUdbdpgsql
parent482eacd02a985b12230e8c83e17ecf68e9aa8820 (diff)
downloadlibapr-2fbf407591cc333f7de9d31bc924f8c4eba5f620.tar.gz
NetWare build overhaul in order to compile on Linux.
Part 4. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1078559 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dbd/NWGNUdbdpgsql')
-rw-r--r--dbd/NWGNUdbdpgsql15
1 files changed, 5 insertions, 10 deletions
diff --git a/dbd/NWGNUdbdpgsql b/dbd/NWGNUdbdpgsql
index 455424fad..9e04f5427 100644
--- a/dbd/NWGNUdbdpgsql
+++ b/dbd/NWGNUdbdpgsql
@@ -14,8 +14,6 @@ ifndef EnvironmentDefined
include $(APR_WORK)/build/NWGNUhead.inc
endif
-#include $(APR)/build/NWGNUcustom.inc
-
#
# build this level's files
@@ -143,18 +141,17 @@ NLM_VERSION =
#
# If this is specified, it will override the default of 64K
#
-NLM_STACK_SIZE = 8192
-
+NLM_STACK_SIZE =
#
# If this is specified it will be used by the link '-entry' directive
#
-NLM_ENTRY_SYM = _LibCPrelude
+NLM_ENTRY_SYM =
#
# If this is specified it will be used by the link '-exit' directive
#
-NLM_EXIT_SYM = _LibCPostlude
+NLM_EXIT_SYM =
#
# If this is specified it will be used by the link '-check' directive
@@ -164,7 +161,7 @@ NLM_CHECK_SYM =
#
# If these are specified it will be used by the link '-flags' directive
#
-NLM_FLAGS = AUTOUNLOAD, PSEUDOPREEMPTION
+NLM_FLAGS =
#
# If this is specified it will be linked in with the XDCData option in the def
@@ -289,7 +286,5 @@ install :: nlms FORCE
# in this makefile
#
-include $(APR_WORK)/build/NWGNUtail.inc
-
-
+include $(APRBUILD)/NWGNUtail.inc