From: Daniel Hokka Zakrisson Date: Thu, 3 Jul 2008 01:16:14 +0000 (+0000) Subject: -ldl is required. X-Git-Tag: BootManager-3.2-12~3 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=d7fa2c7d3510fe14ece14cf8ae4fcf9f637e21ad;p=bootmanager.git -ldl is required. --- diff --git a/bootmanager.spec b/bootmanager.spec index 88b7992..ddabaed 100644 --- a/bootmanager.spec +++ b/bootmanager.spec @@ -36,7 +36,7 @@ nodes. %setup -q %build -gcc -shared -fPIC -Os -o source/libc-opendir-hack.so source/libc-opendir-hack.c +gcc -shared -fPIC -ldl -Os -o source/libc-opendir-hack.so source/libc-opendir-hack.c %install rm -rf $RPM_BUILD_ROOT