Skip to content
Snippets Groups Projects
Commit 305d4b10 authored by ale's avatar ale
Browse files

drop the --no-allow-shlib-undefined flag

parent 5a7ce5fc
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment