svn commit: r258899 - head
Pawel Jakub Dawidek
pjd at FreeBSD.org
Tue Dec 3 23:16:09 UTC 2013
Author: pjd
Date: Tue Dec 3 23:16:08 2013
New Revision: 258899
URL: http://svnweb.freebsd.org/changeset/base/258899
Log:
Only the shared library is installed in /lib/. Static library and symlink
to shared library stays in /usr/lib/. Don't delete them.
Reported by: jkim
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc Tue Dec 3 22:31:08 2013 (r258898)
+++ head/ObsoleteFiles.inc Tue Dec 3 23:16:08 2013 (r258899)
@@ -39,11 +39,7 @@
# done
# 20131202: libcapsicum and libcasper moved to /lib/
-OLD_FILES+=usr/lib/libcapsicum.a
-OLD_FILES+=usr/lib/libcapsicum.so
OLD_LIBS+=usr/lib/libcapsicum.so.0
-OLD_FILES+=usr/lib/libcasper.a
-OLD_FILES+=usr/lib/libcasper.so
OLD_LIBS+=usr/lib/libcasper.so.0
# 20131109: extattr(2) mlinks fixed
OLD_FILES+=usr/share/man/man2/extattr_delete_list.2.gz
More information about the svn-src-head
mailing list