ports/net-im/concord/files/patch-Makefile
Vladimir Druzenko 27e816ac01 net-im/concord: Improve port
- Add USE_LDCONFIG - port installs .so library.
- Allow build both shared and static libraries at same time.
- Prebuild examples.

PR:		279553
Approved by:	Souji Thenria <mail@souji-thenria.net>
2024-09-30 23:40:33 +03:00

11 lines
196 B
Text

--- Makefile.orig 2024-05-06 23:04:41 UTC
+++ Makefile
@@ -20,7 +20,7 @@ CFLAGS ?= -O2
CFLAGS ?= -O2
-all: static
+all: shared static
static:
@ CFLAGS="$(CFLAGS)" $(MAKE) -C $(CORE_DIR)