aboutsummaryrefslogtreecommitdiffstats
path: root/main/musl/0002-add-stubs-for-additional-legacy-ether.h-functions.patch
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-07-11 05:38:46 +0000
committerTimo Teräs <timo.teras@iki.fi>2013-07-11 05:44:44 +0000
commitf00ea22784d28a92b14dd5b570eda217c7d9a462 (patch)
treec1b263dea6b951efe35c46424083a41b4e9420cc /main/musl/0002-add-stubs-for-additional-legacy-ether.h-functions.patch
parentdc3ff4b277d5a9ae36771ac635f8d43eb0cbfb59 (diff)
downloadaports-f00ea22784d28a92b14dd5b570eda217c7d9a462.tar.bz2
aports-f00ea22784d28a92b14dd5b570eda217c7d9a462.tar.xz
main/musl: various fixes from git master, and packaging fixes
- use upstream commits for all arm pie/unwind fixes - replace getopt with BSD licensed GNU compatible getopt - set proper SONAME for the libc generated for packaging purposes - rename libc.so to be ld-musl-$ARCH.so.1 and point the SONAME and ldd links to it. this allows libc.so to go to -dev package as it will be used for compiling only. - move specs file to musl-crosstool subpackage
Diffstat (limited to 'main/musl/0002-add-stubs-for-additional-legacy-ether.h-functions.patch')
-rw-r--r--main/musl/0002-add-stubs-for-additional-legacy-ether.h-functions.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/musl/0002-add-stubs-for-additional-legacy-ether.h-functions.patch b/main/musl/0002-add-stubs-for-additional-legacy-ether.h-functions.patch
index 4d23b32f96..fb25c9ae11 100644
--- a/main/musl/0002-add-stubs-for-additional-legacy-ether.h-functions.patch
+++ b/main/musl/0002-add-stubs-for-additional-legacy-ether.h-functions.patch
@@ -1,7 +1,7 @@
-From fbcd82040cb67ee14886c6ac4c200cde3662f986 Mon Sep 17 00:00:00 2001
+From 6e31b284fe98686f8a763de775a087da3be05024 Mon Sep 17 00:00:00 2001
From: Rich Felker <dalias@aerifal.cx>
Date: Mon, 1 Jul 2013 13:50:02 -0400
-Subject: [PATCH 2/2] add stubs for additional legacy ether.h functions
+Subject: [PATCH 2/9] add stubs for additional legacy ether.h functions
these would not be expensive to actually implement, but reading
/etc/ethers does not sound like a particularly useful feature, so for