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:
|
$(MAKEDIST_TARGET)-devel:
|
||||||
@[ "$(RELEASE)" = "devel" -o "$(RELEASE)" = "" ] && echo -n "openmamba-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 \
|
ncurses systemd setup coreutils rootfiles chkconfig \
|
||||||
udev debianutils openmamba-release
|
udev debianutils openmamba-release
|
||||||
# splashutils
|
# splashutils
|
||||||
|
@ -15,7 +15,7 @@ _initsystem = systemd
|
|||||||
|
|
||||||
#xorgproprietary = xorg-drv-video-fglrx xorg-drv-video-nvidia
|
#xorgproprietary = xorg-drv-video-fglrx xorg-drv-video-nvidia
|
||||||
|
|
||||||
ifeq ($(ARCH),i586)
|
ifneq ($(ARCH),arm)
|
||||||
# libc
|
# libc
|
||||||
libpthread.so.0 = glibc
|
libpthread.so.0 = glibc
|
||||||
# kernel
|
# kernel
|
||||||
|
Loading…
Reference in New Issue
Block a user