about summary refs log tree commit diff
path: root/nixpkgs/pkgs/os-specific/linux/libcap/no-shared-lib.patch
blob: 73dc7de063d469a35d15aad1451b520389811efb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff --git a/libcap/Makefile b/libcap/Makefile
index de6a28d..7e4d8ac 100644
--- a/libcap/Makefile
+++ b/libcap/Makefile
@@ -22,7 +22,7 @@ MAJLIBNAME=$(LIBNAME).$(VERSION)
 MINLIBNAME=$(MAJLIBNAME).$(MINOR)
 GPERF_OUTPUT = _caps_output.gperf
 
-all: $(MINLIBNAME) $(STACAPLIBNAME) pcs $(STAPSXLIBNAME)
+all: $(STACAPLIBNAME) pcs $(STAPSXLIBNAME)
 
 pcs: libcap.pc libpsx.pc
 
@@ -93,7 +93,7 @@ cap_test: cap_test.c libcap.h
 test: cap_test
 	./cap_test
 
-install: install-static install-shared
+install: install-static
 
 install-static: install-static-cap install-static-psx