SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,19 @@
Index: src/common.mak
--- src/common.mak.orig
+++ src/common.mak
@@ -217,11 +217,10 @@ else
CXXFLAGS += -g -O2
DLL_LDFLAGS += -shared
PLUGIN_LDFLAGS += -shared
- soname = -Wl,-soname,lib$1.so.$(IPEVERS)
- dll_target = $(buildlib)/lib$1.so.$(IPEVERS)
- dll_symlinks = ln -sf lib$1.so.$(IPEVERS) $(buildlib)/lib$1.so
- install_symlinks = ln -sf lib$1.so.$(IPEVERS) \
- $(INSTALL_ROOT)$(IPELIBDIR)/lib$1.so
+ soname = -Wl,-soname,lib$1.so.${SHLIB_VERSION}
+ dll_target = $(buildlib)/lib$1.so.${SHLIB_VERSION}
+ dll_symlinks = true
+ install_symlinks = true
buildlib = $(BUILDDIR)/lib
buildbin = $(BUILDDIR)/bin
buildipelets = $(BUILDDIR)/ipelets