diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-03-21 16:18:00 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-03-21 16:18:00 +0100 |
| commit | 86f4a6fc8e0c7dd72758a486985286a6581e7738 (patch) | |
| tree | 940cb281107864544e8a40f8879e4603ba16401b | |
| parent | b53b2b6e1182efaf532d6eb9377a321e6e13a7e4 (diff) | |
Remove "-no-pie" link option also from configure-based builds
| -rw-r--r-- | configure.ac | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index c00a9a372..a4816b352 100644 --- a/configure.ac +++ b/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]) |
