ltrace: remove obsolete hack.
This commit is contained in:
parent
34641b7b72
commit
5742ada585
|
@ -20,7 +20,6 @@ pre_configure() {
|
|||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl)
|
||||
sed -i '/HOST_OS/s/linux-uclibc/linux-musl/g' configure.ac
|
||||
sed -i 's/REG_NOERROR/0/g' options.c glob.c
|
||||
sed -i -e '/error.h/d' -e 's/error(1, errno/err(1/' \
|
||||
read_config_file.c expr.c zero.c
|
||||
sed -i '1i#include <sys/types.h>' proc.h
|
||||
|
|
Loading…
Reference in New Issue