add -ldl, missing from original patch
authorStephen Soltesz <soltesz@cs.princeton.edu>
Tue, 28 Jul 2009 22:47:16 +0000 (22:47 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Tue, 28 Jul 2009 22:47:16 +0000 (22:47 +0000)
bootmanager.spec

index f97ef29..a7d6855 100644 (file)
@@ -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