File: gnu_source.patch

package info (click to toggle)
clamsmtp 1.10-18.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,828 kB
  • sloc: sh: 3,941; ansic: 3,311; makefile: 21
file content (13 lines) | stat: -rw-r--r-- 344 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
Remove GNU_SOURCE definition rom the only file that has it.

--- ./common/smtppass.c	2014-07-06 12:26:26.000000000 +0200
+++ ./common/smtppass.c	2014-07-06 12:26:52.367104112 +0200
@@ -38,8 +38,6 @@
  *  Olivier Beyssac <ob@r14.freenix.org>
  */ 
 
-#define _GNU_SOURCE
-
 #include <sys/time.h>
 #include <sys/types.h>
 #include <sys/socket.h>