Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package: netkitftp updates
@ 2009-10-22 20:38 Hugues Hiegel
  2009-10-22 20:42 ` Hugues
  2009-10-22 20:54 ` Peter Korsgaard
  0 siblings, 2 replies; 5+ messages in thread
From: Hugues Hiegel @ 2009-10-22 20:38 UTC (permalink / raw)
  To: buildroot

From: Hugues Hiegel <hugues.hiegel@openwide.fr>

---
 package/netkitftp/netkitftp.mk |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/package/netkitftp/netkitftp.mk b/package/netkitftp/netkitftp.mk
index 3cfdf21..3d9a078 100644
--- a/package/netkitftp/netkitftp.mk
+++ b/package/netkitftp/netkitftp.mk
@@ -5,7 +5,7 @@
 #############################################################
 NETKITFTP_SOURCE:=netkit-ftp_0.17.orig.tar.gz
 NETKITFTP_DIFF:=netkit-ftp_0.17-16.diff.gz
-NETKITFTP_SITE:=ftp://ftp.debian.org/debian/main/pool/netkit/
+NETKITFTP_SITE:=ftp://ftp.debian.org/debian/pool/main/n/netkit-ftp/
 NETKITFTP_DIR:=$(BUILD_DIR)/netkit-ftp-0.17
 NETKITFTP_CAT:=$(ZCAT)
 NETKITFTP_BINARY:=ftp/ftp
@@ -28,6 +28,9 @@ $(NETKITFTP_DIR)/.unpacked: $(DL_DIR)/$(NETKITFTP_SOURCE)
 
 $(NETKITFTP_DIR)/.configured: $(NETKITFTP_DIR)/.unpacked
 	(cd $(NETKITFTP_DIR); PATH=$(TARGET_PATH) CC=$(TARGET_CC) \
+		$(TARGET_CONFIGURE_OPTS) \
+		$(TARGET_CONFIGURE_ENV) \
+		$(TARGET_CONFIGURE_ARGS) \
 		./configure --installroot=$(TARGET_DIR) --with-c-compiler=$(TARGET_CC) \
 		--without-readline \
 	)
@@ -35,7 +38,7 @@ $(NETKITFTP_DIR)/.configured: $(NETKITFTP_DIR)/.unpacked
 
 $(NETKITFTP_DIR)/$(NETKITFTP_BINARY): $(NETKITFTP_DIR)/.configured
 	$(MAKE) SUB=ftp CC=$(TARGET_CC) -C $(NETKITFTP_DIR)
-	$(STRIP) $(NETKITFTP_DIR)/$(NETKITFTP_BINARY)
+	$(STRIPCMD) $(NETKITFTP_DIR)/$(NETKITFTP_BINARY)
 
 $(TARGET_DIR)/$(NETKITFTP_TARGET_BINARY): $(NETKITFTP_DIR)/$(NETKITFTP_BINARY)
 	# Only install a few selected items...
-- 
1.6.2.BigFiles

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH] package: netkitftp updates
  2009-10-22 20:38 [Buildroot] [PATCH] package: netkitftp updates Hugues Hiegel
@ 2009-10-22 20:42 ` Hugues
  2009-10-22 20:54 ` Peter Korsgaard
  1 sibling, 0 replies; 5+ messages in thread
From: Hugues @ 2009-10-22 20:42 UTC (permalink / raw)
  To: buildroot


Hi all,

it's  the first  time i'm  using git-send-email,  so if  I forget  to do
anything, please tell me :-)

This was just a patch to correct the netkitftp package, which I needed
for some reasons ;)

Hope it'll be merged upstream.

Best regards,
-- 
Hugues Hiegel                                [http://www.hiegel.fr/~hugues/]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH] package: netkitftp updates
  2009-10-22 20:38 [Buildroot] [PATCH] package: netkitftp updates Hugues Hiegel
  2009-10-22 20:42 ` Hugues
@ 2009-10-22 20:54 ` Peter Korsgaard
       [not found]   ` <20091023083912.GG28436@openwide.fr>
  1 sibling, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2009-10-22 20:54 UTC (permalink / raw)
  To: buildroot

>>>>> "Hugues" == Hugues Hiegel <hugues@hiegel.fr> writes:

 Hugues> From: Hugues Hiegel <hugues.hiegel@openwide.fr>

 Hugues> ---
 Hugues>  package/netkitftp/netkitftp.mk |    7 +++++--

Thanks, but err - We don't actually have a netkitftp package, and I
don't recall we ever had one. What tree is this patch against?

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH] package: netkitftp updates
       [not found]   ` <20091023083912.GG28436@openwide.fr>
@ 2009-10-23  8:52     ` Peter Korsgaard
  2009-10-23  9:32       ` Hugues
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2009-10-23  8:52 UTC (permalink / raw)
  To: buildroot

>>>>> "Hugues" == Hugues Hiegel <hugues.hiegel@openwide.fr> writes:

Hi,

 >> Thanks, but err - We don't actually have a netkitftp package, and I
 >> don't recall we ever had one. What tree is this patch against?

 Hugues> Mhmm... you're absolutely right !! I messed up between the official
 Hugues> buildroot and the branch I'm working on for a specific client..

 Hugues> So you should forget about it :o)

;)

 Hugues> ..unless you are interested by a netkitftp package ? :)
 Hugues> (I know busybox provides ftpget and ftpput, but I didn't find any 'ftp'
 Hugues> only command, based on 2009_08rc2 release.)

Sure, but I would strongly prefer you to convert it to the "new"
Makefile.autotools.in format instead.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH] package: netkitftp updates
  2009-10-23  8:52     ` Peter Korsgaard
@ 2009-10-23  9:32       ` Hugues
  0 siblings, 0 replies; 5+ messages in thread
From: Hugues @ 2009-10-23  9:32 UTC (permalink / raw)
  To: buildroot


Re-,

Ce cher Peter Korsgaard <jacmet@uclibc.org> a dit :

>>>>>> "Hugues" == Hugues Hiegel <hugues.hiegel@openwide.fr> writes:
>
> Hi,
>
>  >> Thanks, but err - We don't actually have a netkitftp package, and I
>  >> don't recall we ever had one. What tree is this patch against?
>
>  Hugues> Mhmm... you're absolutely right !! I messed up between the official
>  Hugues> buildroot and the branch I'm working on for a specific client..
>
>  Hugues> So you should forget about it :o)
>
> ;)
>
>  Hugues> ..unless you are interested by a netkitftp package ? :)
>  Hugues> (I know busybox provides ftpget and ftpput, but I didn't find any 'ftp'
>  Hugues> only command, based on 2009_08rc2 release.)
>
> Sure, but I would strongly prefer you to convert it to the "new"
> Makefile.autotools.in format instead.

Ok,  that's a  good idea,  and  it'll make  me sharpen  my weapons  with
buildroot stuff ;-)

BR,
-- 
Hugues Hiegel                                [http://www.hiegel.fr/~hugues/]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-10-23  9:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-22 20:38 [Buildroot] [PATCH] package: netkitftp updates Hugues Hiegel
2009-10-22 20:42 ` Hugues
2009-10-22 20:54 ` Peter Korsgaard
     [not found]   ` <20091023083912.GG28436@openwide.fr>
2009-10-23  8:52     ` Peter Korsgaard
2009-10-23  9:32       ` Hugues

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox