* [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
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