FLTK logo

[master] 86f4a6f - Remove "-no-pie" link option also from configure-based builds

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] 86f4a6f - Remove "-no-pie" link option also from configure-based builds "ManoloFLTK" 08:32 Mar 21  
 
commit 86f4a6fc8e0c7dd72758a486985286a6581e7738
Author:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
AuthorDate: Thu Mar 21 16:18:00 2024 +0100
Commit:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
CommitDate: Thu Mar 21 16:18:00 2024 +0100

    Remove "-no-pie" link option also from configure-based builds

 configure.ac | 5 -----
 1 file changed, 5 deletions(-)

diff --git configure.ac configure.ac
index c00a9a3..a4816b3 100644
--- configure.ac
+++ configure.ac
@@ -1104,11 +1104,6 @@ AS_CASE([$host_os_gui], [cygwin* | mingw*], [
        [LIBDECORDBUS="-DHAS_DBUS $($PKGCONFIG --cflags dbus-1)" LIBS="$LIBS $($PKGCONFIG --libs dbus-1)"]
       )
       LDFLAGS="$LDFLAGS -rdynamic"
-      AC_SUBST([UNAME])
-      UNAME="$(uname -s)"
-      AS_CASE([$UNAME],
-         [Linux], [LDFLAGS="$LDFLAGS -no-pie"]
-      )
 
       AC_SEARCH_LIBS([dlopen], [dl])
 
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.