aboutsummaryrefslogtreecommitdiff
path: root/libs/liboping/patches
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-07-02 12:31:43 +0200
committerJo-Philipp Wich <jow@openwrt.org>2014-07-02 12:31:43 +0200
commit092733f241641f0a8ccadc4ee02e39069aa6b4a3 (patch)
treef7c775ee322c4602a4596689f905d2c14b7d69c5 /libs/liboping/patches
parent30512fec8e1b0cb57981968d2495f49df0f162a9 (diff)
liboping: import from oldpackages, add myself as maintainer, add license information
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'libs/liboping/patches')
-rw-r--r--libs/liboping/patches/01-no-werror.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/libs/liboping/patches/01-no-werror.patch b/libs/liboping/patches/01-no-werror.patch
new file mode 100644
index 000000000..85892849d
--- /dev/null
+++ b/libs/liboping/patches/01-no-werror.patch
@@ -0,0 +1,11 @@
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS = foreign no-dependenci
+ SUBDIRS = mans
+
+ if COMPILER_IS_GCC
+-AM_CFLAGS = -Wall -Werror
++AM_CFLAGS = -Wall
+ endif
+
+ include_HEADERS = oping.h