From 305d4b10cf18ee161084dc97f23a13ba2e8f167a Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Mon, 20 Apr 2015 07:15:06 +0000 Subject: [PATCH] drop the --no-allow-shlib-undefined flag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b81ec71..a12ce18 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ DESTDIR= OBJECTS=shadow.o passwd.o group.o SHARED_OBJECT = libnss_extrausers.so.2 CFLAGS = -g -O2 -Wall -Wstrict-prototypes -Wpointer-arith -Wmissing-prototypes -LDFLAGS= -shared -Wl,-soname,$(SHARED_OBJECT) -Wl,-z,defs -Wl,--no-allow-shlib-undefined +LDFLAGS= -shared -Wl,-soname,$(SHARED_OBJECT) -Wl,-z,defs all: $(SHARED_OBJECT) -- GitLab