diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-08-03 07:19:25 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-08-03 07:19:25 +0000 |
commit | 2ae30eb591033ae5ae4411d6e9ce94f17982d256 (patch) | |
tree | 616e2260bf9166a60b98f9d107399ffbfacb359a /mdk-stage1 | |
parent | 3f55a2b2e6a0674d20255999b1216c20790a608a (diff) | |
download | drakx-2ae30eb591033ae5ae4411d6e9ce94f17982d256.tar drakx-2ae30eb591033ae5ae4411d6e9ce94f17982d256.tar.gz drakx-2ae30eb591033ae5ae4411d6e9ce94f17982d256.tar.bz2 drakx-2ae30eb591033ae5ae4411d6e9ce94f17982d256.tar.xz drakx-2ae30eb591033ae5ae4411d6e9ce94f17982d256.zip |
fix build on x86_64
Diffstat (limited to 'mdk-stage1')
-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 f1721d292..39dd3a499 100644 --- a/mdk-stage1/Makefile +++ b/mdk-stage1/Makefile @@ -104,7 +104,7 @@ STAGE1_OWN_LIBS = $(INSMOD)/libinsmod.a mar/libmar.a bzlib/libbzlib.a ifeq (DIETLIBC, $(L)) -STAGE1_NETWORK_LIBS = /usr/$(LIB)/dietlibc/lib-$(ARCH)/librpc.a +STAGE1_NETWORK_LIBS = /usr/lib/dietlibc/lib-$(ARCH)/librpc.a else STAGE1_NETWORK_LIBS = /usr/$(LIB)/libresolv.a endif |