Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F168346824
D56674.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D56674.id.diff
View Options
diff --git a/lib/clang/Makefile.inc b/lib/clang/Makefile.inc
--- a/lib/clang/Makefile.inc
+++ b/lib/clang/Makefile.inc
@@ -1,6 +1,6 @@
.include <src.opts.mk>
-PACKAGE= clang
+PACKAGE?= clang
MK_PIE:= no # Explicit libXXX.a references
.if ${MK_LLVM_FULL_DEBUGINFO} == "no"
diff --git a/lib/clang/liblldb/Makefile b/lib/clang/liblldb/Makefile
--- a/lib/clang/liblldb/Makefile
+++ b/lib/clang/liblldb/Makefile
@@ -6,7 +6,6 @@
LIB= lldb
INTERNALLIB=
.else
-PACKAGE= lldb
SHLIB_CXX= lldb
SHLIB_MAJOR= 21
PRIVATELIB=
diff --git a/lib/clang/lldb.pre.mk b/lib/clang/lldb.pre.mk
--- a/lib/clang/lldb.pre.mk
+++ b/lib/clang/lldb.pre.mk
@@ -1,4 +1,6 @@
.include "clang.pre.mk"
+PACKAGE= lldb
+
LLDB_SRCS= ${LLVM_BASE}/lldb
diff --git a/usr.bin/clang/lldb-server/Makefile b/usr.bin/clang/lldb-server/Makefile
--- a/usr.bin/clang/lldb-server/Makefile
+++ b/usr.bin/clang/lldb-server/Makefile
@@ -1,6 +1,5 @@
.include "${SRCTOP}/lib/clang/lldb.pre.mk"
-PACKAGE= lldb
PROG_CXX= lldb-server
CFLAGS+= -I${LLDB_SRCS}/include
diff --git a/usr.bin/clang/lldb/Makefile b/usr.bin/clang/lldb/Makefile
--- a/usr.bin/clang/lldb/Makefile
+++ b/usr.bin/clang/lldb/Makefile
@@ -1,6 +1,5 @@
.include "${SRCTOP}/lib/clang/lldb.pre.mk"
-PACKAGE= lldb
PROG_CXX= lldb
CFLAGS+= -I${LLDB_SRCS}/include
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 28, 5:28 PM (10 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37417677
Default Alt Text
D56674.id.diff (1 KB)
Attached To
Mode
D56674: llvm: Move libprivatelldb to the lldb package
Attached
Detach File
Event Timeline
Log In to Comment