summaryrefslogtreecommitdiff
path: root/app-admin/chroot_safe/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-admin/chroot_safe/files
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-admin/chroot_safe/files')
-rw-r--r--app-admin/chroot_safe/files/chroot_safe-1.4-ldflags.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/app-admin/chroot_safe/files/chroot_safe-1.4-ldflags.patch b/app-admin/chroot_safe/files/chroot_safe-1.4-ldflags.patch
deleted file mode 100644
index e9e94580ac42..000000000000
--- a/app-admin/chroot_safe/files/chroot_safe-1.4-ldflags.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/Makefile.in b/Makefile.in
-index ce69ab7..e8542b5 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -12,7 +12,7 @@ install=@INSTALL@
- all: chroot_safe.so
-
- chroot_safe.so: chroot_safe.cpp Makefile
-- $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(DEFINES) $(SOFLAGS) -o chroot_safe.so $<
-+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) $(DEFINES) $(SOFLAGS) -o chroot_safe.so $<
-
- clean:
- rm -f *.o *.so *~