CI Test: fix /tests/Regression/bz488748-inet6-opt-init-sets-incorrect-header-len

* add '-D_GNU_SOURCE' to compilation as 'inet6_opt_init' is a GNU
  extension
This commit is contained in:
Martin Coufal 2024-02-01 09:27:12 +01:00 committed by codonell
parent ea742f068a
commit 7ce2803ac6

View File

@ -34,7 +34,7 @@ PACKAGE="glibc"
rlJournalStart rlJournalStart
rlPhaseStartSetup rlPhaseStartSetup
rlAssertRpm $PACKAGE rlAssertRpm $PACKAGE
rlRun 'gcc optinit.c -o optinit' 0 "Compiling the testcase" rlRun 'gcc -D_GNU_SOURCE optinit.c -o optinit' 0 "Compiling the testcase"
rlPhaseEnd rlPhaseEnd
rlPhaseStartTest rlPhaseStartTest