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/signond/signond.pro
--- src/signond/signond.pro.orig
+++ src/signond/signond.pro
@@ -95,7 +95,6 @@ DEFINES += "SIGNOND_EXTENSIONS_DIR=$${SIGNOND_EXTENSIO
#Trace defines can be overruled by signond's configuration file `LoggingLevel`
DEFINES += SIGNOND_TRACE
LIBS += \
- -lrt \
-lsignon-plugins-common \
-lsignon-extension
@@ -107,6 +106,6 @@ OTHER_FILES += \
setupstorage.sh
conf_file.files = $$OTHER_FILES
-conf_file.path = /etc/
+conf_file.path = $${INSTALL_PREFIX}/share/examples/signond/
INSTALLS += conf_file