[NetworkManager-fortisslvpn] build: enable -D_GNU_SOURCE



commit af90d9824276fcebd6aae8bcb61eeb10ed8d11b5
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Wed Oct 24 15:23:47 2018 +0200

    build: enable -D_GNU_SOURCE
    
    The shared files are GNU sources: they use glibc dynamic linker
    specialties.

 configure.ac | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/configure.ac b/configure.ac
index b859931..c1963a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,6 +21,8 @@ AC_PROG_INSTALL
 AC_PROG_LIBTOOL
 AC_PATH_PROG(GLIB_COMPILE_RESOURCES, glib-compile-resources)
 
+AC_GNU_SOURCE
+
 AC_CHECK_PROG([has_file], file, yes, no)
 if test x$has_file = xno ; then
     AC_MSG_ERROR(["file" utility not found.])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]