Add win4lin
This commit is contained in:
@@ -18,7 +18,9 @@ DEPEND="
|
||||
nls? ( sys-devel/gettext )
|
||||
pam? ( sys-libs/pam )"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
RDEPEND="${DEPEND}
|
||||
net-fs/ncpfs-modules
|
||||
net-misc/ipx-utils"
|
||||
|
||||
PATCHES=(
|
||||
# Build fixes.
|
||||
@@ -55,6 +57,8 @@ PATCHES=(
|
||||
# Bug 446696. This might need re-diffing if additional Makefile
|
||||
# fixes are added.
|
||||
"${FILESDIR}"/${P}-makefile-fix-soname-link.patch
|
||||
|
||||
#"${FILESDIR}"/${P}-gcc10.patch
|
||||
)
|
||||
|
||||
DOCS=( FAQ README )
|
||||
@@ -62,7 +66,8 @@ DOCS=( FAQ README )
|
||||
src_prepare() {
|
||||
# Bug #273484.
|
||||
sed -i '/ldconfig/d' lib/Makefile.in || die
|
||||
|
||||
append-cflags -fcommon
|
||||
|
||||
default
|
||||
}
|
||||
|
||||
@@ -71,7 +76,8 @@ src_configure() {
|
||||
econf \
|
||||
$(use_enable nls) \
|
||||
$(use_enable pam pam "$(getpam_mod_dir)") \
|
||||
--disable-php
|
||||
--disable-php \
|
||||
--disable-ipx-tools
|
||||
}
|
||||
|
||||
src_install() {
|
||||
@@ -82,8 +88,8 @@ src_install() {
|
||||
emake DESTDIR="${D}" install-dev
|
||||
|
||||
# Install a startup script in /etc/init.d and a conf file in /etc/conf.d
|
||||
newconfd "${FILESDIR}"/ipx.confd ipx
|
||||
newinitd "${FILESDIR}"/ipx.init ipx
|
||||
#newconfd "${FILESDIR}"/ipx.confd ipx
|
||||
#newinitd "${FILESDIR}"/ipx.init ipx
|
||||
|
||||
einstalldocs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user