diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-01-13 18:38:33 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-01-13 18:38:33 +0000 |
commit | bd39a4f33d6b71bdad8174a4445d8ebb9684c66b (patch) | |
tree | 228e0752ea066b7ed430a1f7b285fafc5471ea28 /mdk-stage1/Makefile | |
parent | d49eeebb3db74cfb2d68a6989c14f1c9961357b7 (diff) | |
download | drakx-bd39a4f33d6b71bdad8174a4445d8ebb9684c66b.tar drakx-bd39a4f33d6b71bdad8174a4445d8ebb9684c66b.tar.gz drakx-bd39a4f33d6b71bdad8174a4445d8ebb9684c66b.tar.bz2 drakx-bd39a4f33d6b71bdad8174a4445d8ebb9684c66b.tar.xz drakx-bd39a4f33d6b71bdad8174a4445d8ebb9684c66b.zip |
link with libkmod instead of libmodprobe since ldetect now link with the
former instead of with the later
Diffstat (limited to 'mdk-stage1/Makefile')
-rw-r--r-- | mdk-stage1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile index 11cc2e70e..2efeebf37 100644 --- a/mdk-stage1/Makefile +++ b/mdk-stage1/Makefile @@ -79,7 +79,7 @@ FRONTEND_OBJS = $(subst .c,.o,$($(F)_FRONTEND_SRC)) FRONTEND_LINK = $(FRONTEND_OBJS) $($(F)_FRONTEND_LIBS) -STAGE1_STATIC_LIBS = libmodprobe.a +STAGE1_STATIC_LIBS = libkmod.a STAGE1_STATIC_USR_LIBS = libz.a libldetect.a libpci.a STAGE1_OWN_LIBS = ifeq (DIETLIBC, $(L)) |