From 40f13ce64b7e5f80dea6c7e165bb6163f3e32cae Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 25 Sep 2008 12:50:11 +0200 Subject: Imported Debian patch 0.99-3.1 --- Makefile.Debian | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.Debian') diff --git a/Makefile.Debian b/Makefile.Debian index 2b9e302..597c53a 100644 --- a/Makefile.Debian +++ b/Makefile.Debian @@ -3,9 +3,9 @@ TITLE=pam_pwdfile CC = gcc -LD = ld -CFLAGS = -fPIC -c -g -Wall -Wformat-security -LDFLAGS = -x --shared +LD = gcc +CFLAGS = -fPIC -c -g -Wall -Wformat-security -fvisibility=hidden +LDFLAGS = -Wl,-x --shared LDLIBS = -lcrypt -lpam -lpam_misc LIBSRC = $(TITLE).c LIBOBJ = $(TITLE).o md5_good.o md5_broken.o md5_crypt_good.o md5_crypt_broken.o bigcrypt.o -- cgit v1.2.3