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.

16 lines
523 B

  1. From: Dmitrij Trefilov <the-alien@live.ru>
  2. Subject: [PATCH] lang: removed hardcoded include and library directories from setup.cfg
  3. Signed-off-by: Dmitrij Trefilov <the-alien@live.ru>
  4. ---
  5. --- a/setup.cfg
  6. +++ b/setup.cfg
  7. @@ -1,6 +1,6 @@
  8. [_ldap]
  9. -library_dirs = /usr/lib /usr/lib64 /usr/local/lib /usr/local/lib64
  10. -include_dirs = /usr/include /usr/include/sasl /usr/local/include /usr/local/include/sasl
  11. +library_dirs =
  12. +include_dirs =
  13. defines = HAVE_SASL HAVE_TLS HAVE_LIBLDAP_R
  14. extra_compile_args =
  15. extra_objects =