e5201fe Enable PIC even for static libraries

Authored and Committed by tuliom a year ago
1 file changed. 5 lines added. 1 lines removed.
    Enable PIC even for static libraries
    
    Start using CMAKE_POSITION_INDEPENDENT_CODE=ON in order to keep the same
    behavior that existed before a set of changes modified it and ended up
    with the inclusion of CMAKE_POSITION_INDEPENDENT_CODE in commit
    a6e5563dfaff0cb7147058b9c49e38b611a28fb1.
    
    Fixes: rhbz#2186531
    
        
file modified
+5 -1