Commit 7cf98dc3 authored by Jonathan Perkin's avatar Jonathan Perkin

RPM doesn't like %install in comments, doh

parent a03f41ee
......@@ -399,7 +399,7 @@ RBR=$RPM_BUILD_ROOT
[ "$RBR" != "/" ] && [ -d "$RBR" ] && rm -rf "$RBR";
# For gcc builds, include libgcc.a in the devel subpackage (BUG 4921). This
# needs to be in %build as $CC is not set in %install.
# needs to be during build phase as $CC is not set during install.
if "$CC" --version | grep '(GCC)' >/dev/null 2>&1
then
libgcc=`$CC $CFLAGS --print-libgcc-file`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment