Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 405173
Collapse All | Expand All

(-)glib-2.36.4-znodelete.orginal.patch (-1 / +1 lines)
Lines 31-37 Link Here
31
+              [SAVED_LDFLAGS="${LDFLAGS}"
31
+              [SAVED_LDFLAGS="${LDFLAGS}"
32
+               AC_MSG_CHECKING([for -z,nodelete linker flag])
32
+               AC_MSG_CHECKING([for -z,nodelete linker flag])
33
+               LDFLAGS=-Wl,-z,nodelete
33
+               LDFLAGS=-Wl,-z,nodelete
34
+               AC_TRY_LINK([], [int main (void) { return 0; }],
34
+               AC_TRY_LINK([], [return 0],
35
+                           AC_MSG_RESULT(yes)
35
+                           AC_MSG_RESULT(yes)
36
+                           enable_znodelete=yes,
36
+                           enable_znodelete=yes,
37
+                           AC_MSG_RESULT(no)
37
+                           AC_MSG_RESULT(no)

Return to bug 405173