Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146425806
D50964.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
491 B
Referenced Files
None
Subscribers
None
D50964.diff
View Options
diff --git a/lib/Makefile b/lib/Makefile
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -105,6 +105,7 @@
libugidfw \
libulog \
libutil \
+ libunwind \
${_libvgl} \
libwrap \
libxo \
diff --git a/lib/libunwind/Makefile b/lib/libunwind/Makefile
new file mode 100644
--- /dev/null
+++ b/lib/libunwind/Makefile
@@ -0,0 +1,10 @@
+.include <src.opts.mk>
+
+PACKAGE= clibs
+SHLIB_NAME= libunwind.so.1
+MK_SSP= no
+WARNS?= 2
+
+.include "../libgcc_eh/Makefile.inc"
+
+.include <bsd.lib.mk>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 3, 2:43 PM (4 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29202700
Default Alt Text
D50964.diff (491 B)
Attached To
Mode
D50964: Add libunwind.so.1 from llvm-project
Attached
Detach File
Event Timeline
Log In to Comment