From: Simon Schubert Date: Wed, 7 Oct 2009 18:37:07 +0000 (+0200) Subject: thread libs: also remove the static libraries from /usr/lib X-Git-Url: https://gitweb.dragonflybsd.org/~polachok/dragonfly.git/commitdiff_plain/aa21a6a5b63c983a247dc24e03bc413bcd5372b8 thread libs: also remove the static libraries from /usr/lib This is necessary, otherwise some software might want to link to the static libc_r.a instead of leaving it alone alltogether. --- diff --git a/Makefile_upgrade.inc b/Makefile_upgrade.inc index 03ddd0cfd1..fbfed60c77 100644 --- a/Makefile_upgrade.inc +++ b/Makefile_upgrade.inc @@ -1178,3 +1178,5 @@ TO_REMOVE+=/usr/share/man/man9/make_sub_dev.9.gz TO_REMOVE+=/usr/libdata/msdosfs TO_REMOVE+=/usr/lib/libc_r.so TO_REMOVE+=/usr/lib/libthread_xu.so +TO_REMOVE+=/usr/lib/libc_r.a +TO_REMOVE+=/usr/lib/libthread_xu.a