summaryrefslogtreecommitdiffstats
path: root/internal_comp_deps.mk
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2006-04-13 23:12:16 +0000
committerNathan Kinder <nkinder@redhat.com>2006-04-13 23:12:16 +0000
commit44c865863e12df57be8d6034a3a3d6f4bf0f499b (patch)
tree006917a14145a72266dacf16c6296c7ac54c575e /internal_comp_deps.mk
parent87dddea6af37fe0f6fda87e4a3cb584178b22dd6 (diff)
downloadds-44c865863e12df57be8d6034a3a3d6f4bf0f499b.tar.gz
ds-44c865863e12df57be8d6034a3a3d6f4bf0f499b.tar.xz
ds-44c865863e12df57be8d6034a3a3d6f4bf0f499b.zip
188931 - Use system Net-SNMP libraries on Linux systems
Diffstat (limited to 'internal_comp_deps.mk')
-rw-r--r--internal_comp_deps.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal_comp_deps.mk b/internal_comp_deps.mk
index c501365d..5468ace1 100644
--- a/internal_comp_deps.mk
+++ b/internal_comp_deps.mk
@@ -311,6 +311,7 @@ endif
# Net-SNMP
ifndef NETSNMP_SOURCE_ROOT
+ifneq ($(ARCH), Linux)
#NETSNMP_RELEASE = $(COMPONENTS_DIR_DEV)/net-snmp/$(NETSNMP_VER)/$(NSOBJDIR_NAME)
NETSNMP_RELEASE = $(COMPONENTS_DIR)/net-snmp/$(NETSNMP_VER)/$(NSOBJDIR_NAME)
NETSNMP_DEP = $(NETSNMP_INCDIR)/net-snmp/net-snmp-includes.h
@@ -329,6 +330,7 @@ endif
-@if [ ! -f $@ ] ; \
then echo "Error: could not get component NETSNMP file $@" ; \
fi
+endif # Linux
endif # NETSNMP_SOURCE_ROOT
###########################################################