openssl: enable ARM assembly acceleration
[openwrt/staging/chunkeey.git] / package / libs / libnetfilter-log / patches / 0002-build-remove-unused-lines-in-Makefile.am.patch
1 From fee63b81ee432d0b3e03ffcf9f54cda99476f267 Mon Sep 17 00:00:00 2001
2 From: Jan Engelhardt <jengelh@inai.de>
3 Date: Sun, 24 Jun 2012 14:57:48 +0200
4 Subject: [PATCH 2/6] build: remove unused lines in Makefile.am
5
6 Signed-off-by: Jan Engelhardt <jengelh@inai.de>
7 ---
8 Makefile.am | 2 --
9 1 file changed, 2 deletions(-)
10
11 diff --git a/Makefile.am b/Makefile.am
12 index b758e56..9a1cbcb 100644
13 --- a/Makefile.am
14 +++ b/Makefile.am
15 @@ -1,6 +1,4 @@
16 -AM_CPPFLAGS = -I$(top_srcdir)/include
17 SUBDIRS = include src utils
18 -LINKOPTS = -lnfnetlink
19
20 ACLOCAL_AMFLAGS = -I m4
21
22 --
23 1.7.10.4
24