From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1995 Path: news.gmane.org!not-for-mail From: John Spencer Newsgroups: gmane.linux.lib.musl.general Subject: Re: getopt* and iptables Date: Mon, 24 Sep 2012 20:20:36 +0200 Message-ID: <5060A474.7040104@barfooze.de> References: <20120924013117.3ba68fd0@sibserver.ru> <505F50E4.9010901@barfooze.de> <20120924221609.4d623d05@sibserver.ru> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1348510386 24209 80.91.229.3 (24 Sep 2012 18:13:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Sep 2012 18:13:06 +0000 (UTC) Cc: orc To: musl@lists.openwall.com Original-X-From: musl-return-1996-gllmg-musl=m.gmane.org@lists.openwall.com Mon Sep 24 20:13:11 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 1TGD9U-0006Ii-K4 for gllmg-musl@plane.gmane.org; Mon, 24 Sep 2012 20:13:04 +0200 Original-Received: (qmail 7701 invoked by uid 550); 24 Sep 2012 18:12:59 -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 7693 invoked from network); 24 Sep 2012 18:12:59 -0000 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110221 SUSE/3.1.8 Mail/1.0 In-Reply-To: <20120924221609.4d623d05@sibserver.ru> Xref: news.gmane.org gmane.linux.lib.musl.general:1995 Archived-At: 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.