diff options
author | Jan Lübbe <jluebbe@debian.org> | 2009-09-09 11:25:39 +0000 |
---|---|---|
committer | Jan Lübbe <jluebbe@debian.org> | 2009-09-18 08:04:36 +0000 |
commit | 07f750c6382476b799201b5ca47f93a5f7aa7e84 (patch) | |
tree | 26b681809b9839d0fadd01bd7f41010dbd5e8193 /recipes | |
parent | ca309af34a87bfaf5beb3ae78a15617b865c2fe8 (diff) |
net-snmp: use LDFLAGS (fixes QA error)
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/net-snmp/net-snmp.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/net-snmp/net-snmp.inc b/recipes/net-snmp/net-snmp.inc index 769eb68294..7ba48c6dec 100644 --- a/recipes/net-snmp/net-snmp.inc +++ b/recipes/net-snmp/net-snmp.inc @@ -10,6 +10,7 @@ INC_PR = "r5" inherit autotools update-rc.d +TARGET_CC_ARCH += "${LDFLAGS}" do_configure() { # Additional flag based on target endiness (see siteinfo.bbclass) |