First check in
This commit is contained in:
11
SRC/patches/01_disable-static.patch
Normal file
11
SRC/patches/01_disable-static.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
diff -Naur a/libcap/Makefile b/libcap/Makefile
|
||||
--- a/libcap/Makefile 2016-01-30 18:01:41.000000000 -0600
|
||||
+++ b/libcap/Makefile 2016-09-29 11:24:21.488000000 -0500
|
||||
@@ -66,7 +66,6 @@
|
||||
mkdir -p -m 0755 $(FAKEROOT)$(INCDIR)/sys
|
||||
install -m 0644 include/sys/capability.h $(FAKEROOT)$(INCDIR)/sys
|
||||
mkdir -p -m 0755 $(FAKEROOT)$(LIBDIR)
|
||||
- install -m 0644 $(STALIBNAME) $(FAKEROOT)$(LIBDIR)/$(STALIBNAME)
|
||||
install -m 0644 $(MINLIBNAME) $(FAKEROOT)$(LIBDIR)/$(MINLIBNAME)
|
||||
ln -sf $(MINLIBNAME) $(FAKEROOT)$(LIBDIR)/$(MAJLIBNAME)
|
||||
ln -sf $(MAJLIBNAME) $(FAKEROOT)$(LIBDIR)/$(LIBNAME)
|
||||
2
SRC/patches/README
Normal file
2
SRC/patches/README
Normal file
@@ -0,0 +1,2 @@
|
||||
Place any patch files here and preface each with a number indicating
|
||||
the order of execution. Patch files are expected to use a .patch extension.
|
||||
Reference in New Issue
Block a user