Replace getdate by ntpd
[hvlinux.git] / stage3 / patches / common / libcap-2.24-no-static.patch
diff --git a/stage3/patches/common/libcap-2.24-no-static.patch b/stage3/patches/common/libcap-2.24-no-static.patch
new file mode 100644 (file)
index 0000000..56f3c31
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Naur libcap-2.24.orig/libcap/Makefile libcap-2.24.new2/libcap/Makefile
+--- libcap-2.24.orig/libcap/Makefile   2014-01-05 19:55:03.000000000 -0500
++++ libcap-2.24.new2/libcap/Makefile   2015-08-14 13:05:13.663073951 -0400
+@@ -74,7 +74,7 @@
+       mkdir -p -m 0755 $(INCDIR)/sys
+       install -m 0644 include/sys/capability.h $(INCDIR)/sys
+       mkdir -p -m 0755 $(LIBDIR)
+-      install -m 0644 $(STALIBNAME) $(LIBDIR)/$(STALIBNAME)
++#     install -m 0644 $(STALIBNAME) $(LIBDIR)/$(STALIBNAME)
+       install -m 0644 $(MINLIBNAME) $(LIBDIR)/$(MINLIBNAME)
+       ln -sf $(MINLIBNAME) $(LIBDIR)/$(MAJLIBNAME)
+       ln -sf $(MAJLIBNAME) $(LIBDIR)/$(LIBNAME)