3fd96fb Move configure to build section because of linker package notes

Authored and Committed by ppisar 2 years ago
    Move configure to build section because of linker package notes
    
    %configure failed with:
    
    /usr/bin/ld: cannot open linker script file /home/test/fedora/dahdi-tools/.package_note-dahdi-tools-2.11.1-26.fc37.x86_64.ld: No such file or directory
    
    .package_note... file was misplaced
    (.../dahdi-tools/dahdi-tools-2.11.1/.package_note...) because it needs
    %buildsubdir to be defined. That macro is available since %build
    phase.
    
        
file modified
+19 -20