summaryrefslogtreecommitdiff
path: root/devel/eclipse-titan/files/patch-loggerplugins-LTTngUSTLogger-Makefile
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2025-06-12 23:51:51 +0900
committerHiroki Sato <hrs@FreeBSD.org>2025-06-12 23:51:51 +0900
commit1ff22df3296bb9002ceb555f6adbff2bc005c159 (patch)
treeed60f250a8d706786c9345ad859d73b492eff704 /devel/eclipse-titan/files/patch-loggerplugins-LTTngUSTLogger-Makefile
parentdevel/reposilite: DISTNAME should be PORTNAME (diff)
devel/eclipse-titan: Add new port
Eclipse Titan is an open-source implementation of TTCN-3 compilation and execution environment. TTCN-3 is a modular language specifically designed for testing, standardized by ETSI, and endorsed by ITU.
Diffstat (limited to 'devel/eclipse-titan/files/patch-loggerplugins-LTTngUSTLogger-Makefile')
-rw-r--r--devel/eclipse-titan/files/patch-loggerplugins-LTTngUSTLogger-Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/eclipse-titan/files/patch-loggerplugins-LTTngUSTLogger-Makefile b/devel/eclipse-titan/files/patch-loggerplugins-LTTngUSTLogger-Makefile
new file mode 100644
index 000000000000..a833989cb5a4
--- /dev/null
+++ b/devel/eclipse-titan/files/patch-loggerplugins-LTTngUSTLogger-Makefile
@@ -0,0 +1,12 @@
+--- loggerplugins/LTTngUSTLogger/Makefile.orig 2024-11-14 11:50:43 UTC
++++ loggerplugins/LTTngUSTLogger/Makefile
+@@ -105,6 +105,9 @@ install: $(SHARED_LIB) $(SHARED_LIB_RT2) $(SHARED_LIB_
+ @echo Doing nothing...
+
+ install: $(SHARED_LIB) $(SHARED_LIB_RT2) $(SHARED_LIB_PARALLEL) $(SHARED_LIB_PARALLEL_RT2) $(TPP)
++ifeq ($(DEBUG), no)
++ $(STRIP) $(SHARED_LIB)* $(SHARED_LIB_RT2)* $(SHARED_LIB_PARALLEL)* $(SHARED_LIB_PARALLEL_RT2)* $(TPP)
++endif
+ mkdir -p $(LIB_DIR)
+ cp $(SHARED_LIB)* $(SHARED_LIB_RT2)* $(SHARED_LIB_PARALLEL)* $(SHARED_LIB_PARALLEL_RT2)* $(LIB_DIR)
+ cp $(TPP) $(LIB_DIR)