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.

26 lines
651 B

  1. From c91e2f6d72823938052044eef858c3c675617ae4 Mon Sep 17 00:00:00 2001
  2. From: Bruno Randolf <br1@einfach.org>
  3. Date: Wed, 15 Mar 2017 21:22:48 +0000
  4. Subject: [PATCH] Remove _GNU_SOURCE from ccan config
  5. It creates problems with LEDEs FORTIFY and is not needed
  6. ---
  7. config.h | 3 ---
  8. 1 file changed, 3 deletions(-)
  9. diff --git a/config.h b/config.h
  10. index 5c398c4..7e1027a 100644
  11. --- a/config.h
  12. +++ b/config.h
  13. @@ -1,8 +1,5 @@
  14. /* Generated by CCAN configurator */
  15. #ifndef CCAN_CONFIG_H
  16. #define CCAN_CONFIG_H
  17. -#ifndef _GNU_SOURCE
  18. -#define _GNU_SOURCE /* Always use GNU extensions. */
  19. -#endif
  20. #define HAVE_TYPEOF 1
  21. #endif /* CCAN_CONFIG_H */
  22. --
  23. 2.7.4