You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
352 B
12 lines
352 B
4 years ago
|
--- a/squashfs-tools/Makefile 2019-07-24 13:52:09.552920269 -0400
|
||
|
+++ b/squashfs-tools/Makefile 2019-07-24 23:52:47.839665687 -0400
|
||
|
@@ -107,6 +107,8 @@ XATTR_DEFAULT = 1
|
||
|
# End of BUILD options section #
|
||
|
###############################################
|
||
|
|
||
|
+EXTRA_LDFLAGS += -z now -pie
|
||
|
+
|
||
|
INCLUDEDIR = -I.
|
||
|
INSTALL_DIR = /usr/local/bin
|
||
|
|