[arch-commits] Commit in telepathy-qt/trunk (glibc-2.20.patch)

Antonio Rojas arojas at archlinux.org
Mon Jun 13 06:50:13 UTC 2016


    Date: Monday, June 13, 2016 @ 08:50:13
  Author: arojas
Revision: 269427

Drop old patch

Deleted:
  telepathy-qt/trunk/glibc-2.20.patch

------------------+
 glibc-2.20.patch |   25 -------------------------
 1 file changed, 25 deletions(-)

Deleted: glibc-2.20.patch
===================================================================
--- glibc-2.20.patch	2016-06-13 05:42:30 UTC (rev 269426)
+++ glibc-2.20.patch	2016-06-13 06:50:13 UTC (rev 269427)
@@ -1,25 +0,0 @@
-From 2a460afdbd0cb39d8dcecaf6cea5ce9ce7d3216b Mon Sep 17 00:00:00 2001
-From: Niels Ole Salscheider <niels_ole at salscheider-online.de>
-Date: Fri, 5 Jun 2015 12:47:13 +0200
-Subject: CMake: Fixed deprecated _BSD_SOURCE.
-
-Since glibc-2.20 _DEFAULT_SOURCE definition is also required.
-
-Reviewed-by: Alexandr Akulich
-
-diff --git a/cmake/modules/TelepathyDefaults.cmake b/cmake/modules/TelepathyDefaults.cmake
-index d34b24d..dc98697 100644
---- a/cmake/modules/TelepathyDefaults.cmake
-+++ b/cmake/modules/TelepathyDefaults.cmake
-@@ -108,7 +108,7 @@ if(CMAKE_COMPILER_IS_GNUCXX)
-     endif(${NOT_RELEASE} EQUAL 1)
- 
-     if(CMAKE_SYSTEM_NAME MATCHES Linux)
--        add_definitions(-D_BSD_SOURCE)
-+        add_definitions(-D_BSD_SOURCE -D_DEFAULT_SOURCE)
-     endif(CMAKE_SYSTEM_NAME MATCHES Linux)
- 
-     # Compiler coverage
--- 
-cgit v0.10.2
-



More information about the arch-commits mailing list