From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz To: development@lists.ipfire.org Subject: Re: [PATCH] libtirpc: change from package to common v2 Date: Fri, 15 Jul 2016 18:51:03 +0200 Message-ID: <1f63178195cc968f8dc039554597b0ac@mail01.ipfire.org> In-Reply-To: <1468489775.2710.110.camel@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3451587773143031889==" List-Id: --===============3451587773143031889== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Am 2016-07-14 11:49, schrieb Michael Tremer: > Why does this package have to be in the core system? >=20 Hi Michael, Hi Jonatan, libtirpc is a hard dependency for new lsof package and losf is in core system. Without lsof wont build. The CFGL=3D"-L./lib -ltirpc" in losof package instruct the libtirpc libraries location to make command Best, Marcel > On Thu, 2016-07-14 at 11:43 +0200, Jonatan Schlag wrote: >> Am Mo, 11. Jul, 2016 um 8:37 schrieb Marcel Lorenz=20 >> : >> > The dependency from rpcbind package are removed >> > >> > Signed-off-by: Marcel Lorenz >> > --- >> > =C2=A0config/rootfiles/{packages =3D> common}/libtirpc | 0 >> > =C2=A0lfs/libtirpc=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0| 6 ------ >> > =C2=A0lfs/rpcbind=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0| 2 +- >> > =C2=A03 files changed, 1 insertion(+), 7 deletions(-) >> > =C2=A0rename config/rootfiles/{packages =3D> common}/libtirpc (100%) >> > >> > diff --git a/config/rootfiles/packages/libtirpc >> > b/config/rootfiles/common/libtirpc >> > similarity index 100% >> > rename from config/rootfiles/packages/libtirpc >> > rename to config/rootfiles/common/libtirpc >> > diff --git a/lfs/libtirpc b/lfs/libtirpc >> > index 382d7e5..c37fa9b 100644 >> > --- a/lfs/libtirpc >> > +++ b/lfs/libtirpc >> > @@ -31,10 +31,7 @@ DL_FILE=C2=A0=C2=A0=C2=A0=C2=A0=3D $(THISAPP).tar.bz2 >> > =C2=A0DL_FROM=C2=A0=C2=A0=C2=A0=C2=A0=3D $(URL_IPFIRE) >> > =C2=A0DIR_APP=C2=A0=C2=A0=C2=A0=C2=A0=3D $(DIR_SRC)/$(THISAPP) >> > =C2=A0TARGET=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=3D $(DIR_INFO)/$(THISAPP) >> > -PROG=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=3D libtirpc >> > -PAK_VER=C2=A0=C2=A0=C2=A0=C2=A0=3D 1 >> > =C2=A0 >> > -DEPS=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=3D "" >> > =C2=A0 >> > =C2=A0##################################################################= ######### >> > #### >> > =C2=A0# Top-level Rules >> > @@ -54,9 +51,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) >> > =C2=A0 >> > =C2=A0md5 : $(subst %,%_MD5,$(objects)) >> > =C2=A0 >> > -dist: >> > - @$(PAK) >> > - >> > =C2=A0##################################################################= ######### >> > #### >> > =C2=A0# Downloading, checking, md5sum >> > =C2=A0##################################################################= ######### >> > #### >> > diff --git a/lfs/rpcbind b/lfs/rpcbind >> > index d9e2885..99fccbc 100644 >> > --- a/lfs/rpcbind >> > +++ b/lfs/rpcbind >> > @@ -34,7 +34,7 @@ TARGET=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=3D $(DIR_INFO)/$(= THISAPP) >> > =C2=A0PROG=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=3D rpcbind >> > =C2=A0PAK_VER=C2=A0=C2=A0=C2=A0=C2=A0=3D 1 >> > =C2=A0 >> > -DEPS=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=3D "libtirpc" >> > +DEPS=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=3D "" >> > =C2=A0 >> > =C2=A0##################################################################= ######### >> > #### >> > =C2=A0# Top-level Rules >> > --=C2=A0 >> > 1.9.1 >> Reviewed-by: Jonatan Schlag --===============3451587773143031889==--