pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
radare2: seems to no longer links to local libraries, remove
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Sun Jan 18 19:21:33 2026 +0100
Changeset: b75214a8f8f9f60e98dca583f2d0604a33b589cc
Removed Files:
radare2/patches/patch-libr_io_p_shm.mk
Log Message:
radare2: seems to no longer links to local libraries, remove
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b75214a8f8f9f60e98dca583f2d0604a33b589cc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
radare2/patches/patch-libr_io_p_shm.mk | 12 ------------
1 file changed, 12 deletions(-)
diffs:
diff --git a/radare2/patches/patch-libr_io_p_shm.mk b/radare2/patches/patch-libr_io_p_shm.mk
deleted file mode 100644
index d38e8bd42c..0000000000
--- a/radare2/patches/patch-libr_io_p_shm.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-libr_io_p_shm.mk,v 1.2 2023/01/28 01:28:42 khorben Exp $
-
-Add library search path so this finds its dependencies.
-
---- libr/io/p/shm.mk.orig 2023-01-28 01:11:15.052990580 +0000
-+++ libr/io/p/shm.mk
-@@ -23,4 +23,4 @@ R_IO_SHM_LINKFLAGS+=-L.. -lr_io
- endif
-
- $(N) p/${TARGET_SHM}: p/${OBJ_SHM}
-- cd p && $(CC) $(CFLAGS) -shared -L.. $(CSRC_SHM) -fPIC -o $(TARGET_SHM) -I../../include -I../../../shlr/sdb/src $(R_IO_SHM_LINKFLAGS)
-+ cd p && $(CC) $(CFLAGS) -shared -L.. $(CSRC_SHM) -fPIC -o $(TARGET_SHM) -I../../include -I../../../shlr/sdb/src -Wl,-R${PREFIX}/lib $(R_IO_SHM_LINKFLAGS)
Home |
Main Index |
Thread Index |
Old Index