diff options
author | Timo Weingärtner <timo@tiwe.de> | 2013-04-25 14:27:07 +0200 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2013-04-25 19:52:52 +0200 |
commit | fbce1a480fda4c97b21c87fb39096d23db6eedfb (patch) | |
tree | dc02974bc5166269680fef493c38cf384a3c4be0 /Makefile | |
parent | 0148de59cdcea4013d694fc04db3174ce06c60b1 (diff) | |
download | libpam-pwdfile-fbce1a480fda4c97b21c87fb39096d23db6eedfb.tar.gz |
apply visibility patch by Peter Palfrader
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |