Bug #276 ยป libdl-fix.patch
Makefile (working copy) | ||
---|---|---|
26 | 26 | |
27 | 27 |
CFLAGS = -Wall -Werror -Wwrite-strings -Wno-deprecated-declarations |
28 | 28 |
CFLAGS += -Wmissing-prototypes |
29 |
LDFLAGS += -lrt |
|
29 |
LDFLAGS += -lrt -ldl
|
|
30 | 30 | |
31 | 31 |
# |
32 | 32 |
# Core |