Index: systemd-44/configure.ac =================================================================== --- systemd-44.orig/configure.ac +++ systemd-44/configure.ac @@ -104,7 +104,12 @@ CC_CHECK_CFLAGS_APPEND([ \ -ffunction-sections \ -fdata-sections \ -Wl,--as-needed \ - -Wl,--gc-sections]) + -Wl,--gc-sections \ + -Wl,-z,relro \ + -Wl,-z,now \ + -fPIE \ + -pie \ + ]) LT_PREREQ(2.2) LT_INIT