updated to version 103, cleaned/fixed up patches, added tagging patches. OBS-URL: https://build.opensuse.org/request/show/185986 OBS-URL: https://build.opensuse.org/package/show/security/ecryptfs-utils?expand=0&rev=46
15 lines
676 B
Diff
15 lines
676 B
Diff
Index: ecryptfs-utils-96/src/utils/Makefile.am
|
|
===================================================================
|
|
--- ecryptfs-utils-96.orig/src/utils/Makefile.am
|
|
+++ ecryptfs-utils-96/src/utils/Makefile.am
|
|
@@ -58,7 +58,9 @@ ecryptfs_generate_tpm_key_CFLAGS = $(AM_
|
|
ecryptfs_generate_tpm_key_LDADD = $(TSPI_LIBS)
|
|
|
|
mount_ecryptfs_private_SOURCES = mount.ecryptfs_private.c
|
|
+mount_ecryptfs_private_CFLAGS = $(AM_CFLAGS) -fpie
|
|
mount_ecryptfs_private_LDADD = $(top_builddir)/src/libecryptfs/libecryptfs.la $(KEYUTILS_LIBS)
|
|
+mount_ecryptfs_private_LDFLAGS = -pie
|
|
|
|
ecryptfs_stat_SOURCES = ecryptfs-stat.c
|
|
ecryptfs_stat_LDADD = $(top_builddir)/src/libecryptfs/libecryptfs.la
|