From 50c49c7824a5563de6328885577581ececff6106 Mon Sep 17 00:00:00 2001 From: brian Date: Sat, 11 Mar 2006 17:37:12 +0000 Subject: [PATCH] Build fix for RHEL3 native compiler on x86_64. Hopefully doesn't break any other builds. --- snmp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snmp/Makefile.am b/snmp/Makefile.am index c1ee04f..40658ab 100644 --- a/snmp/Makefile.am +++ b/snmp/Makefile.am @@ -10,7 +10,7 @@ lustresnmp_so_SOURCES := \ lustre-snmp-util.h lustresnmp_so_LDADD := $(NET_SNMP_LIBS) -lustresnmp_so_CFLAGS := $(NET_SNMP_CFLAGS) +lustresnmp_so_CFLAGS := -fPIC $(NET_SNMP_CFLAGS) lustresnmp_so_LDFLAGS := -fPIC -shared SUBDIRS := -- 1.8.3.1