From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1996 Path: news.gmane.org!not-for-mail From: orc Newsgroups: gmane.linux.lib.musl.general Subject: Re: getopt* and iptables Date: Tue, 25 Sep 2012 02:46:37 +0800 Message-ID: <20120925024637.7f54d57b@sibserver.ru> References: <20120924013117.3ba68fd0@sibserver.ru> <505F50E4.9010901@barfooze.de> <20120924221609.4d623d05@sibserver.ru> <5060A474.7040104@barfooze.de> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1348512473 10212 80.91.229.3 (24 Sep 2012 18:47:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Sep 2012 18:47:53 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1997-gllmg-musl=m.gmane.org@lists.openwall.com Mon Sep 24 20:47:56 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1TGDhD-0008QB-Iq for gllmg-musl@plane.gmane.org; Mon, 24 Sep 2012 20:47:55 +0200 Original-Received: (qmail 22188 invoked by uid 550); 24 Sep 2012 18:47:49 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 22180 invoked from network); 24 Sep 2012 18:47:49 -0000 In-Reply-To: <5060A474.7040104@barfooze.de> X-Mailer: claws-mail Xref: news.gmane.org gmane.linux.lib.musl.general:1996 Archived-At: On Mon, 24 Sep 2012 20:20:36 +0200 John Spencer wrote: > On 09/24/2012 04:16 PM, orc wrote: > > > > See attached patch. > > > > iptables 1.4.12.1 > > cool thanks; it works. > > for the getopt issue, i bundled the gnu-compatible netbsd version > here https://github.com/rofl0r/gnu-getopt > adding the CFLAGS and LDFLAGS as described there makes the getopt > misbehaviour go away for me. Thanks for pointing out! And good license for reuse in other projects.