From: brian Date: Sat, 11 Mar 2006 17:37:12 +0000 (+0000) Subject: Build fix for RHEL3 native compiler on x86_64. X-Git-Tag: v1_7_100~529 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=50c49c7824a5563de6328885577581ececff6106 Build fix for RHEL3 native compiler on x86_64. Hopefully doesn't break any other builds. --- 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 :=