diff options
author | Yuta SATOH <nigoro.dev@gmail.com> | 2016-09-28 21:23:34 +0900 |
---|---|---|
committer | Yuta SATOH <nigoro.dev@gmail.com> | 2016-09-28 21:23:34 +0900 |
commit | 6eafa0eea6cf020bdb7a44c4b7295eade87cf2c4 (patch) | |
tree | 7fc73ed00d9af82ee5a8604f64647557997c40aa /sys-freebsd/freebsd-rescue/files/freebsd-rescue-11.0-rename-libs.patch | |
parent | eclass/freebsd.eclass: add Gentoo/FreeBSD 11.0 support. (diff) | |
download | gentoo-bsd-6eafa0eea6cf020bdb7a44c4b7295eade87cf2c4.tar.gz gentoo-bsd-6eafa0eea6cf020bdb7a44c4b7295eade87cf2c4.tar.bz2 gentoo-bsd-6eafa0eea6cf020bdb7a44c4b7295eade87cf2c4.zip |
sys-freebsd: initial version of 11.0
Diffstat (limited to 'sys-freebsd/freebsd-rescue/files/freebsd-rescue-11.0-rename-libs.patch')
-rw-r--r-- | sys-freebsd/freebsd-rescue/files/freebsd-rescue-11.0-rename-libs.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sys-freebsd/freebsd-rescue/files/freebsd-rescue-11.0-rename-libs.patch b/sys-freebsd/freebsd-rescue/files/freebsd-rescue-11.0-rename-libs.patch new file mode 100644 index 0000000..3103574 --- /dev/null +++ b/sys-freebsd/freebsd-rescue/files/freebsd-rescue-11.0-rename-libs.patch @@ -0,0 +1,22 @@ +diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile +index e747c02..a061436 100644 +--- a/rescue/rescue/Makefile ++++ b/rescue/rescue/Makefile +@@ -54,7 +54,7 @@ CRUNCH_PROGS_bin= cat chflags chio chmod cp date dd df echo \ + ed expr getfacl hostname kenv kill ln ls mkdir mv \ + pkill ps pwd realpath rm rmdir setfacl sh sleep stty \ + sync test +-CRUNCH_LIBS+= -lcrypt -ledit -ljail -lkvm -lelf -ll -ltermcapw -lutil -lxo ++CRUNCH_LIBS+= -lcrypt -ledit -ljail -lkvm -lelf -lfl -lncursesw -lutil -lxo + CRUNCH_BUILDTOOLS+= bin/sh + + # Additional options for specific programs +@@ -128,7 +128,7 @@ CRUNCH_LIBS+= -lavl -lzpool -lzfs_core -lzfs -lnvpair -lpthread -luutil -lumem + # liblzma needs pthread + CRUNCH_LIBS+= -lpthread + .endif +-CRUNCH_LIBS+= -lgeom -lbsdxml -lkiconv ++CRUNCH_LIBS+= -lgeom -lexpat -lkiconv + .if ${MK_OPENSSL} == "no" + CRUNCH_LIBS+= -lmd + .endif |