Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162042109
D12917.id34691.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D12917.id34691.diff
View Options
Index: ObsoleteFiles.inc
===================================================================
--- ObsoleteFiles.inc
+++ ObsoleteFiles.inc
@@ -38,6 +38,19 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20171102: Casper can work only as shared library
+OLD_FILES+=usr/lib/libcasper.a
+OLD_FILES+=usr/lib/libcasper_p.a
+OLD_FILES+=usr/lib/libcap_dns.a
+OLD_FILES+=usr/lib/libcap_dns_p.a
+OLD_FILES+=usr/lib/libcap_grp.a
+OLD_FILES+=usr/lib/libcap_grp_p.a
+OLD_FILES+=usr/lib/libcap_pwd.a
+OLD_FILES+=usr/lib/libcap_pwd_p.a
+OLD_FILES+=usr/lib/libcap_random.a
+OLD_FILES+=usr/lib/libcap_random_p.a
+OLD_FILES+=usr/lib/libcap_sysctl.a
+OLD_FILES+=usr/lib/libcap_sysctl_p.a
# 20171017: Removal of mbpool(9)
OLD_FILES+=usr/include/sys/mbpool.h
OLD_FILES+=usr/share/man/man9/mbpool.9.gz
Index: lib/libcasper/libcasper/Makefile
===================================================================
--- lib/libcasper/libcasper/Makefile
+++ lib/libcasper/libcasper/Makefile
@@ -8,7 +8,7 @@
SHLIBDIR?= /lib
.if ${MK_CASPER} != "no"
-LIB= casper
+SHLIB= casper
SRCS= libcasper.c
SRCS+= libcasper_impl.c
Index: lib/libcasper/services/cap_dns/Makefile
===================================================================
--- lib/libcasper/services/cap_dns/Makefile
+++ lib/libcasper/services/cap_dns/Makefile
@@ -10,7 +10,7 @@
INCSDIR?= ${INCLUDEDIR}/casper
.if ${MK_CASPER} != "no"
-LIB= cap_dns
+SHLIB= cap_dns
SRCS= cap_dns.c
.endif
Index: lib/libcasper/services/cap_grp/Makefile
===================================================================
--- lib/libcasper/services/cap_grp/Makefile
+++ lib/libcasper/services/cap_grp/Makefile
@@ -10,7 +10,7 @@
INCSDIR?= ${INCLUDEDIR}/casper
.if ${MK_CASPER} != "no"
-LIB= cap_grp
+SHLIB= cap_grp
SRCS= cap_grp.c
.endif
Index: lib/libcasper/services/cap_pwd/Makefile
===================================================================
--- lib/libcasper/services/cap_pwd/Makefile
+++ lib/libcasper/services/cap_pwd/Makefile
@@ -10,7 +10,7 @@
INCSDIR?= ${INCLUDEDIR}/casper
.if ${MK_CASPER} != "no"
-LIB= cap_pwd
+SHLIB= cap_pwd
SRCS= cap_pwd.c
.endif
Index: lib/libcasper/services/cap_random/Makefile
===================================================================
--- lib/libcasper/services/cap_random/Makefile
+++ lib/libcasper/services/cap_random/Makefile
@@ -9,7 +9,7 @@
INCSDIR?= ${INCLUDEDIR}/casper
.if ${MK_CASPER} != "no"
-LIB= cap_random
+SHLIB= cap_random
SRCS= cap_random.c
.endif
Index: lib/libcasper/services/cap_sysctl/Makefile
===================================================================
--- lib/libcasper/services/cap_sysctl/Makefile
+++ lib/libcasper/services/cap_sysctl/Makefile
@@ -10,7 +10,7 @@
INCSDIR?= ${INCLUDEDIR}/casper
.if ${MK_CASPER} != "no"
-LIB= cap_sysctl
+SHLIB= cap_sysctl
SRCS= cap_sysctl.c
.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 10, 4:37 AM (22 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34914898
Default Alt Text
D12917.id34691.diff (2 KB)
Attached To
Mode
D12917: Casper work's only as shared library - disable building static ones.
Attached
Detach File
Event Timeline
Log In to Comment