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 | |
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
-rw-r--r-- | mdk-stage1/Makefile | 2 | ||||
-rw-r--r-- | mdk-stage1/NEWS | 1 |
2 files changed, 2 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)) diff --git a/mdk-stage1/NEWS b/mdk-stage1/NEWS index 45a1aaf87..6f9e4e345 100644 --- a/mdk-stage1/NEWS +++ b/mdk-stage1/NEWS @@ -1,5 +1,6 @@ - kill 10 years old snapshot of pppd & pppoe (now using upstream pppd & pppoe) +- link with libkmod instead of libmodprobe 1.55: - pcmcia: kill obsolete test for 2.2 kernel |