From 5c6df6ac03f04f195c6f3bb9fe8b1725428de129 Mon Sep 17 00:00:00 2001 From: Dave Olson Date: Wed, 21 Jun 2017 15:13:02 -0700 Subject: Random small fixes with everything now working Fixed trailing whitespace Also fixed man page formatting issue Added misc to debian/control changelog modified to cumulus cl3u1 --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2ff73a6..598123f 100644 --- a/Makefile +++ b/Makefile @@ -17,19 +17,19 @@ else endif ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS))) STRIP = strip - FVISIBILITY = -fvisibility=hidden + FVISIBILITY = -fvisibility=hidden else - STRIP=echo Nostrip + STRIP=echo Nostrip FVISIBILITY = -fvisibility=default endif -CPPFLAGS = -D_FORTIFY_SOURCE=2 +CPPFLAGS = -D_FORTIFY_SOURCE=2 CFLAGS = $(CPPFLAGS) ${OPTFLAGS} -fPIC -fstack-protector-strong \ -Wformat -Werror=format-security -Wall $(FVISIBILITY) LDFLAGS = -shared -fPIC -DPIC \ -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,$@ -all: $(NSSNAMELIB) $(NSSUIDLIB) +all: $(NSSNAMELIB) $(NSSUIDLIB) $(NSSUIDLIB): $(UID_SOURCE:.c=.o) $(CC) $(LDFLAGS) $^ -o $@ -- cgit v1.2.3