From: Stephen Soltesz Date: Tue, 28 Jul 2009 22:47:16 +0000 (+0000) Subject: add -ldl, missing from original patch X-Git-Tag: BootManager-4.3-10~3 X-Git-Url: http://git.onelab.eu/?p=bootmanager.git;a=commitdiff_plain;h=6715bc2e91b16ea9ba6a9273037e4ba198ed2c18 add -ldl, missing from original patch --- diff --git a/bootmanager.spec b/bootmanager.spec index f97ef29..a7d6855 100644 --- a/bootmanager.spec +++ b/bootmanager.spec @@ -40,7 +40,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