forked from pool/libcap
Marcus Meissner
c3c6c92bf0
- libcap-nolibattr.patch Do not link to libattr, it is a bogus dependency. application uses sys/xattr from libc. OBS-URL: https://build.opensuse.org/request/show/238088 OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=18
12 lines
262 B
Diff
12 lines
262 B
Diff
--- libcap-2.22.orig/libcap/Makefile
|
|
+++ libcap-2.22/libcap/Makefile
|
|
@@ -16,7 +16,7 @@ FILES=cap_alloc cap_proc cap_extint cap_
|
|
# no support).
|
|
ifeq ($(LIBATTR),yes)
|
|
FILES += cap_file
|
|
-LDFLAGS += -lattr
|
|
+LDFLAGS +=
|
|
endif
|
|
|
|
INCLS=libcap.h cap_names.h $(INCS)
|