mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 11:31:51 +01:00
RPM doesn't like %install in comments, doh
This commit is contained in:
parent
5593e29304
commit
8148145929
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue