Skip to content
Snippets Groups Projects
  • Tony Ambardar's avatar
    43e14a2f
    iproute2: fix broken configuration patch · 43e14a2f
    Tony Ambardar authored
    
    Since v4.13, iproute2 switched to a config.mk file with greater use of
    pkg-config for library/feature detection. Replace the old Config patch
    with one modifying the configure script but enabling the same changes:
     - explicitly disable TC_CONFIG_ATM
     - rely on feature detection for IP_CONFIG_SETNS and TC_CONFIG_XT
    
    Signed-off-by: default avatarTony Ambardar <itugrok@yahoo.com>
    43e14a2f
    History
    iproute2: fix broken configuration patch
    Tony Ambardar authored
    
    Since v4.13, iproute2 switched to a config.mk file with greater use of
    pkg-config for library/feature detection. Replace the old Config patch
    with one modifying the configure script but enabling the same changes:
     - explicitly disable TC_CONFIG_ATM
     - rely on feature detection for IP_CONFIG_SETNS and TC_CONFIG_XT
    
    Signed-off-by: default avatarTony Ambardar <itugrok@yahoo.com>