libcap/libcap-dynamic-link.diff

12 lines
252 B
Diff

--- progs/Makefile-dist 2008-08-06 14:45:01.000000000 +0200
+++ progs/Makefile 2008-08-06 14:45:06.000000000 +0200
@@ -6,7 +6,7 @@
#
PROGS=getpcaps getcap setcap capsh
-LDFLAGS += --static
+# LDFLAGS += --static
LDLIBS += -lcap
all: $(PROGS)