view lib/libaio/disable-static.patch @ 586:1218a8f753b6

core/busybox: let's re-add /etc/inittab support While busybox has weird /etc/inittab support the predefined actions without it are too minimalistic so re-add the support for it but don't install an /etc/inittab file. The file /etc/inittab file is still installed with sysvinit but if someone wants to use busybox's init it should create its own /etc/inittab file with the busybox syntax and do not install sysvinit afterwards.
author David Demelier <markand@malikania.fr>
date Mon, 08 Jul 2019 20:35:00 +0200
parents fbebcfd7991c
children
line wrap: on
line source

--- src/Makefile.orig	2019-03-10 15:43:01.694091237 +0100
+++ src/Makefile	2019-03-10 15:43:10.034128873 +0100
@@ -13,7 +13,7 @@
 minor=0
 micro=1
 libname=$(soname).$(minor).$(micro)
-all_targets += libaio.a $(libname)
+all_targets += $(libname)
 
 all: $(all_targets)
 
@@ -54,7 +54,6 @@
 
 install: $(all_targets)
 	install -D -m 644 libaio.h $(includedir)/libaio.h
-	install -D -m 644 libaio.a $(libdir)/libaio.a
 	install -D -m 755 $(libname) $(libdir)/$(libname)
 	ln -sf $(libname) $(libdir)/$(soname)
 	ln -sf $(libname) $(libdir)/libaio.so