Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146194349
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
Sun, Mar 1, 3:36 PM (3 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29118359
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