OLSR / olsrd

OLSR.org main repository - olsrd v1 - maintained by Freifunk Berlin
Other
83 stars 65 forks source link

pud: fix openwrt glibc compilation #99

Closed PolynomialDivision closed 3 years ago

PolynomialDivision commented 3 years ago

When compiling pud with glibc it will result in

  error: #warning _FORTIFY_SOURCE requires compiling with optimization
   (-O) [-Werror=cpp]
  #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
    cc1: all warnings being treated as errors

To compile pud with glibc again we remove Werror.