aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2013-04-25 14:27:07 +0200
committerTimo Weingärtner <timo@tiwe.de>2013-04-25 19:52:52 +0200
commitfbce1a480fda4c97b21c87fb39096d23db6eedfb (patch)
treedc02974bc5166269680fef493c38cf384a3c4be0 /Makefile
parent0148de59cdcea4013d694fc04db3174ce06c60b1 (diff)
downloadlibpam-pwdfile-fbce1a480fda4c97b21c87fb39096d23db6eedfb.tar.gz
apply visibility patch by Peter Palfrader
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 364cee0..06e1637 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ PAM_LIB_DIR ?= $(DESTDIR)/lib/security
INSTALL ?= install
CFLAGS ?= -O2 -g -Wall -Wformat-security
-CFLAGS += -fPIC
+CFLAGS += -fPIC -fvisibility=hidden
LDFLAGS += -Wl,-x -shared
TITLE = pam_pwdfile