Makefile: fix for libreadline6
This commit is contained in:
parent
57403db115
commit
26f4f46024
2
Makefile
2
Makefile
@ -3,7 +3,7 @@ $(MAKEDIST_TARGET): rpm make
|
||||
$(MAKEDIST_TARGET)-devel:
|
||||
@[ "$(RELEASE)" = "devel" -o "$(RELEASE)" = "" ] && echo -n "openmamba-devel "; \
|
||||
:
|
||||
$(MAKEDIST_TARGET)-base: filesystem gzip texinfo ldconfig bash libreadline glibc \
|
||||
$(MAKEDIST_TARGET)-base: filesystem gzip texinfo ldconfig bash libreadline libreadline6 glibc \
|
||||
ncurses systemd setup coreutils rootfiles chkconfig \
|
||||
udev debianutils openmamba-release
|
||||
# splashutils
|
||||
|
@ -15,7 +15,7 @@ _initsystem = systemd
|
||||
|
||||
#xorgproprietary = xorg-drv-video-fglrx xorg-drv-video-nvidia
|
||||
|
||||
ifeq ($(ARCH),i586)
|
||||
ifneq ($(ARCH),arm)
|
||||
# libc
|
||||
libpthread.so.0 = glibc
|
||||
# kernel
|
||||
|
Loading…
Reference in New Issue
Block a user