mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
- 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>
11 lines
196 B
Text
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)
|