summaryrefslogtreecommitdiff
path: root/dbd/NWGNUdbdpgsql
diff options
context:
space:
mode:
Diffstat (limited to 'dbd/NWGNUdbdpgsql')
-rw-r--r--dbd/NWGNUdbdpgsql8
1 files changed, 3 insertions, 5 deletions
diff --git a/dbd/NWGNUdbdpgsql b/dbd/NWGNUdbdpgsql
index 05e67bcb0..61946df51 100644
--- a/dbd/NWGNUdbdpgsql
+++ b/dbd/NWGNUdbdpgsql
@@ -63,11 +63,9 @@ XLFLAGS += \
ifdef LINK_STATIC
XLFLAGS += \
- -l $(PGSQLSDK)/lib \
$(EOLIST)
else
XLFLAGS += \
- -l $(PGSQLSDK)/imp \
$(EOLIST)
endif
@@ -243,13 +241,13 @@ FILE_nlm_copyright =
# Any additional imports go here
#
FILES_nlm_Ximports = \
- @aprlib.imp \
- @libc.imp \
+ @$(APR)/aprlib.imp \
+ @$(NOVI)/libc.imp \
$(EOLIST)
ifneq ($(LINK_STATIC),1)
FILES_nlm_Ximports += \
- @$(notdir $(PGSQL_IMP)) \
+ @$(PGSQL_IMP) \
$(EOLIST)
endif