You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
550 B

  1. --- a/setup.py
  2. +++ b/setup.py
  3. @@ -126,6 +126,7 @@ ext_py_mods = [Extension('setools.policyrep', ['setools/policyrep.pyx'],
  4. '-Wno-unreachable-code',
  5. '-Wno-implicit-fallthrough',
  6. '-Wno-cast-function-type',
  7. + '-Wno-deprecated-declarations',
  8. '-fno-exceptions'])]
  9. installed_data = [('share/man/man1', glob.glob("man/*.1"))]