summaryrefslogtreecommitdiffstats
path: root/tools/make_libdeps.sh
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-03-04 11:27:41 +0000
committerbapt <bapt@FreeBSD.org>2013-03-04 11:27:41 +0000
commit6dc03862600c95a3a8c18e50f843a082be3a078c (patch)
tree5075db86cc8d854fdcdc49d9e8ab0a25c9741312 /tools/make_libdeps.sh
parent9ad2265733ae27758ebf470fc60be9e94434b5ac (diff)
parentd191df7e02a5d6cea2324e0b10bfed2a4e9f198c (diff)
downloadFreeBSD-src-6dc03862600c95a3a8c18e50f843a082be3a078c.zip
FreeBSD-src-6dc03862600c95a3a8c18e50f843a082be3a078c.tar.gz
Import libyaml as libbsdyml (private brand name)
LibYAML is a YAML 1.1 parser and emitter under MIT license which will soon be used by the pkg boostrap (usr.bin/pkg) and bhyve Reviewed by: roberto, antoine
Diffstat (limited to 'tools/make_libdeps.sh')
-rw-r--r--tools/make_libdeps.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/make_libdeps.sh b/tools/make_libdeps.sh
index 8d09ee6..3b59488 100644
--- a/tools/make_libdeps.sh
+++ b/tools/make_libdeps.sh
@@ -47,6 +47,7 @@ sed -E
-e's; ;! ;g'
-e's;$;!;'
-e's;-lbsdxml!;lib/libexpat;g'
+ -e's;-lbsdyml!;lib/libyaml;g'
-e's;-lpthread!;lib/libthr;g'
-e's;-lm!;lib/msun;g'
-e's;-l(ncurses|termcap)!;lib/ncurses/ncurses;g'
OpenPOWER on IntegriCloud