mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-07 00:42:07 +01:00
[AC: add patches for iucvterm and zkey ekmfweb install rules, change CFLAGS use to CPPFLAGS so that zkey paths don't get clobbered.]
13 lines
287 B
Diff
13 lines
287 B
Diff
diff --git a/common.mak b/common.mak
|
|
index 9c349e5..0a5fd69 100644
|
|
--- a/common.mak
|
|
+++ b/common.mak
|
|
@@ -244,6 +244,7 @@ else
|
|
NO_PIE_LINKFLAGS :=
|
|
NO_PIE_LDFLAGS :=
|
|
endif
|
|
+LDLIBS += $(LIBEXECINFO_LIBS)
|
|
|
|
# Overwrite implicite makefile rules for having nice compile output
|
|
%.o: %.c
|