aboutsummaryrefslogtreecommitdiff
path: root/extra/argp
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-11-26 01:36:33 +0100
committerCem Keylan <cem@ckyln.com>2021-11-26 01:36:33 +0100
commit87cc03ca7d9868efe483dec9019178fab33db1e4 (patch)
tree4070816a3ecc9314a40900351d23aef2d924b66a /extra/argp
parent14188ed8ff9c191731388ae8748689e610e82a28 (diff)
downloadrepository-87cc03ca7d9868efe483dec9019178fab33db1e4.tar.gz
argp: drop package
Diffstat (limited to 'extra/argp')
-rwxr-xr-xextra/argp/build10
-rw-r--r--extra/argp/checksums2
-rw-r--r--extra/argp/meta3
-rw-r--r--extra/argp/patches/fix-inline.patch32
-rw-r--r--extra/argp/sources2
-rw-r--r--extra/argp/version1
6 files changed, 0 insertions, 50 deletions
diff --git a/extra/argp/build b/extra/argp/build
deleted file mode 100755
index e791779b..00000000
--- a/extra/argp/build
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh -e
-
-patch -p1 < fix-inline.patch
-
-./configure \
- --prefix=/usr
-
-make
-clinst -Dm644 libargp.a "$1/usr/lib/libargp.a"
-clinst -Dm644 argp.h "$1/usr/include/argp.h"
diff --git a/extra/argp/checksums b/extra/argp/checksums
deleted file mode 100644
index 35ae1a04..00000000
--- a/extra/argp/checksums
+++ /dev/null
@@ -1,2 +0,0 @@
-dec79694da1319acd2238ce95df57f3680fea2482096e483323fddf3d818d8be argp-standalone-1.3.tar.gz
-9270da9d963be05fc47b499def4ea7dc0677c5e9987ea849c85c7848d8adc8bc fix-inline.patch
diff --git a/extra/argp/meta b/extra/argp/meta
deleted file mode 100644
index dce14d06..00000000
--- a/extra/argp/meta
+++ /dev/null
@@ -1,3 +0,0 @@
-description: standalone argp implementation for musl libc
-license: LGPL-2.1-or-later
-maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/extra/argp/patches/fix-inline.patch b/extra/argp/patches/fix-inline.patch
deleted file mode 100644
index 88c44864..00000000
--- a/extra/argp/patches/fix-inline.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Effectively disable inlining of functions which are defined
-in argp-fmtstream.c because of name space conflicts when
-including argp-namefrob.h
-
---- a/argp-fmtstream.h 2003-12-11 09:37:05.000000000 +0100
-+++ b/argp-fmtstream.h 2016-09-27 09:19:48.891000000 +0200
-@@ -192,6 +192,7 @@
- extern int _argp_fmtstream_ensure (argp_fmtstream_t __fs, size_t __amount);
- extern int __argp_fmtstream_ensure (argp_fmtstream_t __fs, size_t __amount);
-
-+#ifdef ARGP_USE_INLINE
- #ifdef __OPTIMIZE__
- /* Inline versions of above routines. */
-
-@@ -208,7 +209,7 @@
- #endif
-
- #ifndef ARGP_FS_EI
--#define ARGP_FS_EI extern inline
-+#define ARGP_FS_EI static inline
- #endif
-
- ARGP_FS_EI size_t
-@@ -306,6 +307,8 @@
-
- #endif /* __OPTIMIZE__ */
-
-+#endif /* ARGP_USE_INLINE */
-+
- #endif /* ARGP_FMTSTREAM_USE_LINEWRAP */
-
- #endif /* argp-fmtstream.h */
diff --git a/extra/argp/sources b/extra/argp/sources
deleted file mode 100644
index b78f22fd..00000000
--- a/extra/argp/sources
+++ /dev/null
@@ -1,2 +0,0 @@
-http://www.lysator.liu.se/~nisse/misc/argp-standalone-1.3.tar.gz
-patches/fix-inline.patch
diff --git a/extra/argp/version b/extra/argp/version
deleted file mode 100644
index a37a04c3..00000000
--- a/extra/argp/version
+++ /dev/null
@@ -1 +0,0 @@
-1.3 1