X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id F3F22DC0268 for ; Tue, 19 Jan 2016 12:04:32 +0000 (UTC) Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id A86A6DCB890 for ; Tue, 19 Jan 2016 12:04:32 +0000 (UTC) Received: by mail-wm0-f46.google.com with SMTP id r129so87216254wmr.0 for ; Tue, 19 Jan 2016 04:04:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=ZTcMFPuWsGt4CbWflX88SA5cVmHnsifw2yLiv9dh+cU=; b=rZ0OjwKDUNcCCvVHI2W7GHAwU6JsjSED9K78ovg1tR+WjsQbX+5mdErL7/P80qDp9b XHXJbgDTauPlX9N/KzHw7HdcGfI3JrLmGLZcrAG093Iv82FG+8pdoldL10begZ+tC9Pv ZrP19cne15X7la0WfB9vYJ+BjPd1Uo3BBgMco08d5LVlguYazk/SUVhYTW+Ltah3v9Kf 3l9eOFIkJf5BseCGEh4PuAKX2bG0gN/UPdeX4sxaLIXXcEfTi9uFUOHVdIEKDzUkBF4J lD5b187ecpsP9hY2IDBWVovyAci20F5oKtHZWwSyPkiXwv43DYyTWifpxvoqZzMYGzyQ AJ1A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=ZTcMFPuWsGt4CbWflX88SA5cVmHnsifw2yLiv9dh+cU=; b=Ppv/yGsU/I8/rCKMGaNy/WZGfNhOJHj+cUv9BAJ9qTko9skY3b9skL4Uh0BZ01VAhr 11CXFxoun6OUVtBvVbz3O5Tr3Eturlaw674Rtq5ISlqZR97baB7sVZKabM2I5rzbXIJB FccmuCxvm/fgRwD35xxnu0L3aub1sOIQBWNQ5+daPnl0lUirpUBBasQwCV/EpMVV5pdn n5vpG+nwid052ewZsceZtLp+8EwMxXiBTKGmz1TSKd67t9oDU0aCHSRWSAQZJHfTWTgl YbaVod+tJdvtWRE/Nh9HoV7G3RDwDdCoOceBgVGbTVJJCf7ARLBAlAdyDvPNHmEgul1Z u0WQ== X-Gm-Message-State: AG10YOTQj4dh2+q3s2QpDnrJXTA6Dd2UDKasAirI4PJBh5LTk6VuZM5xIQXDp1k6WEDneg== X-Received: by 10.194.104.38 with SMTP id gb6mr13256528wjb.22.1453205071259; Tue, 19 Jan 2016 04:04:31 -0800 (PST) Received: from localhost (89-156-8-192.rev.numericable.fr. [89.156.8.192]) by smtp.gmail.com with ESMTPSA id w80sm20181904wme.17.2016.01.19.04.04.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 19 Jan 2016 04:04:30 -0800 (PST) From: Corentin Henry To: alpine-aports@lists.alpinelinux.org Cc: Corentin Henry Subject: [alpine-aports] [PATCH 3/4] testing/hping: pass CFLAGS to gcc Date: Tue, 19 Jan 2016 11:50:40 +0000 Message-Id: <1453204241-6685-4-git-send-email-corentinhenry@gmail.com> X-Mailer: git-send-email 2.7.0 In-Reply-To: <1453204241-6685-1-git-send-email-corentinhenry@gmail.com> References: <1453204241-6685-1-git-send-email-corentinhenry@gmail.com> X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/hping/20-pass_CFLAGS_to_gcc.patch | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 testing/hping/20-pass_CFLAGS_to_gcc.patch diff --git a/testing/hping/20-pass_CFLAGS_to_gcc.patch b/testing/hping/20-pass_CFLAGS_to_gcc.patch new file mode 100644 index 0000000..31d6689 --- /dev/null +++ b/testing/hping/20-pass_CFLAGS_to_gcc.patch @@ -0,0 +1,25 @@ +From 9b586fa0ae41cbf36e1043e6a5879d1bbc9e0ff6 Mon Sep 17 00:00:00 2001 +From: Corentin Henry +Date: Mon, 11 Jan 2016 15:04:23 +0000 +Subject: [PATCH] add CFLAGS to gcc options + +--- + Makefile.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Makefile.in b/Makefile.in +index 5cccbdd..5b70092 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -9,7 +9,7 @@ + CC= gcc + AR=/usr/bin/ar + RANLIB=/usr/bin/ranlib +-CCOPT= -O2 -Wall @PCAP_INCLUDE@ @TCL_INC@ @USE_TCL@ ++CCOPT= $(CFLAGS) -O2 -Wall @PCAP_INCLUDE@ @TCL_INC@ @USE_TCL@ + DEBUG= -g + #uncomment the following if you need libpcap based build under linux + #(not raccomanded) +-- +2.7.0 + -- 2.7.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---