2015-03-09 13:47:55 +00:00
|
|
|
# Contributor: Timo Teräs <timo.teras@iki.fi>
|
|
|
|
# Maintainer: Timo Teräs <timo.teras@iki.fi>
|
|
|
|
pkgname=fortify-headers
|
2024-10-03 17:10:15 +02:00
|
|
|
pkgver=1.1
|
|
|
|
pkgrel=5
|
2015-03-09 13:47:55 +00:00
|
|
|
pkgdesc="standalone fortify source implementation"
|
2024-10-03 17:10:15 +02:00
|
|
|
url="http://git.2f30.org/fortify-headers/"
|
2015-03-09 13:47:55 +00:00
|
|
|
arch="noarch"
|
2024-10-03 17:10:15 +02:00
|
|
|
options="!check" # No test suite.
|
2023-01-30 19:13:46 +01:00
|
|
|
license="0BSD"
|
2024-10-03 17:10:15 +02:00
|
|
|
source="http://dl.2f30.org/releases/fortify-headers-$pkgver.tar.gz
|
|
|
|
0001-add-initial-clang-support.patch
|
|
|
|
0002-avoid-__extension__-with-clang.patch
|
|
|
|
0003-Disable-wrapping-of-ppoll.patch
|
2024-07-10 15:55:37 +02:00
|
|
|
"
|
2015-03-09 13:47:55 +00:00
|
|
|
|
|
|
|
package() {
|
2017-05-14 10:22:20 -03:00
|
|
|
make DESTDIR="$pkgdir" PREFIX=/usr install
|
2015-03-09 13:47:55 +00:00
|
|
|
}
|
|
|
|
|
2023-01-22 03:59:05 +01:00
|
|
|
sha512sums="
|
2024-10-03 17:10:15 +02:00
|
|
|
a39d6e7c002bf91085f712aa46bc3f53ff934cc963694a229fa82d84ff4a7556105212a84a231ab5367c01c6a1e385172173f1f4a34d5eb4d2d9c58472c23dd0 fortify-headers-1.1.tar.gz
|
|
|
|
eeeb4ca86cd59eb0ec3cfab004c9b7b4a4fd9a6c5db8e97d4fd5fda959249553a0a020653cd87e833799bbd2aba2ae628a9e8805272146bd7f895ba6624cdeef 0001-add-initial-clang-support.patch
|
|
|
|
4737e6de59ab65e4c8eb285fb716932558c6238f6f0e303eeebfacb106306959fa567d1dc23e2364b1561a06f0013e2fa2e7e7d0ab7dd8c13095a7192d451e89 0002-avoid-__extension__-with-clang.patch
|
|
|
|
90d9dfee98b2fb8536f20588ce6017a0d69d1ad12033515f140e3a201eeb0b61be72796dddfb8fc0ccb0fccce202c9206c9db159e3f7ef4c4de4474793c01333 0003-Disable-wrapping-of-ppoll.patch
|
2023-01-22 03:59:05 +01:00
|
|
|
"
|