aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2019-11-27 12:26:56 +0300
committerMikle Kolyada <zlogene@gentoo.org>2019-11-27 12:26:56 +0300
commitd7bd5491a053af71349e5ede6a45ff5d34a48c91 (patch)
tree6918099c1a6bdf4f64627736b8983bc94f4b99e5
parentintegrate libcap support (diff)
downloadpambase-d7bd5491a053af71349e5ede6a45ff5d34a48c91.tar.gz
pambase-d7bd5491a053af71349e5ede6a45ff5d34a48c91.tar.bz2
pambase-d7bd5491a053af71349e5ede6a45ff5d34a48c91.zip
fix libcap function call
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 94cc831..39f0082 100644
--- a/Makefile
+++ b/Makefile
@@ -72,7 +72,7 @@ PAMFLAGS += -DMINIMAL
endif
ifeq "$(LIBCAP)" "yes"
-PAMFLAGS += -DLIBCAP
+PAMFLAGS += -DHAVE_LIBCAP=1
endif
all: $(PAMD)