Skip to content
Snippets Groups Projects
Verified Commit 6fd85375 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

modules/nsid: fix linkage on some systems

This is my mistake.  I was convinced this line wasn't needed
and I deleted it before merging the module.
Apparently we still have some deficiencies in the build system,
but let's defer that to migration (to meson probably).
parent bcb93f2b
Branches
Tags
1 merge request!696travis ci: fix OS X build and link with GitLab CI
Pipeline #42257 canceled with stages
in 0 seconds
nsid_CFLAGS := -fPIC
nsid_LDFLAGS := -Wl,-undefined -Wl,dynamic_lookup
nsid_SOURCES := modules/nsid/nsid.c
nsid_DEPEND := $(libkres)
nsid_LIBS := $(contrib_TARGET) $(libkres_TARGET) $(libkres_LIBS)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment