diff options
author | Karel Kočí <karel.koci@nic.cz> | 2019-04-08 11:18:36 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2019-04-08 11:18:36 +0200 |
commit | 051e8a039d7417b65c22b0564f3e53e73288a107 (patch) | |
tree | 33225c632af59f29c870d3a4f3646dcb1ebc5c87 /argp-standalone/patches/002-gnu89-inline.patch | |
parent | 0aebb75c0122549fd83ecc130fa83c21a7c680da (diff) | |
download | openwrt-personal-pkgs-051e8a039d7417b65c22b0564f3e53e73288a107.tar.gz openwrt-personal-pkgs-051e8a039d7417b65c22b0564f3e53e73288a107.tar.bz2 openwrt-personal-pkgs-051e8a039d7417b65c22b0564f3e53e73288a107.zip |
Drop argp-standalone
It was pushed to turris-os-packages.
Diffstat (limited to 'argp-standalone/patches/002-gnu89-inline.patch')
-rw-r--r-- | argp-standalone/patches/002-gnu89-inline.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/argp-standalone/patches/002-gnu89-inline.patch b/argp-standalone/patches/002-gnu89-inline.patch deleted file mode 100644 index 71978eb..0000000 --- a/argp-standalone/patches/002-gnu89-inline.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff --git a/configure.ac b/configure.ac -index 4658839..09f0267 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -79,16 +79,10 @@ AC_CHECK_DECLS([program_invocation_name, program_invocation_short_name], - - # Set these flags *last*, or else the test programs won't compile - if test x$GCC = xyes ; then -- # Using -ggdb3 makes (some versions of) Redhat's gcc-2.96 dump core -- if "$CC" --version | grep '^2\.96$' 1>/dev/null 2>&1; then -- true -- else -- CFLAGS="$CFLAGS -ggdb3" -- fi - CFLAGS="$CFLAGS -Wall -W \ - -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes \ - -Waggregate-return \ -- -Wpointer-arith -Wbad-function-cast -Wnested-externs" -+ -Wpointer-arith -Wbad-function-cast -Wnested-externs -fgnu89-inline" - fi - - CPPFLAGS="$CPPFLAGS -I$srcdir" |