]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_snmp: Add -fPIC to _ASTCFLAGS
authorGeorge Joseph <gjoseph@digium.com>
Wed, 8 Sep 2021 14:36:40 +0000 (08:36 -0600)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Fri, 10 Sep 2021 15:37:33 +0000 (10:37 -0500)
commit2806a45034faf1e7218c3e1998378419d1a17a8b
tree3cb3f6d906403c53d15d6946da2424b1f4c3f458
parent858cb386fd4610eb018e39ce4c9c8becef0bbd39
res_snmp: Add -fPIC to _ASTCFLAGS

With gcc 11, res/res_snmp.c and res/snmp/agent.c need the
-fPIC option added to its _ASTCFLAGS.

ASTERISK-29634

Change-Id: I34649c85e075fd954e578378fabf798c3f038f50
res/Makefile