View | Details | Raw Unified | Return to bug 5753
Collapse All | Expand All

(-)php-snmp-4.3.11.orig/config.m4 (-2 / +2 lines)
Lines 20-27 Link Here
20
  fi
20
  fi
21
21
22
  if test -x "$SNMP_CONFIG"; then
22
  if test -x "$SNMP_CONFIG"; then
23
    SNMP_LIBS=`$SNMP_CONFIG --netsnmp-libs`
23
    SNMP_LIBS=`$SNMP_CONFIG --netsnmp-libs|sed -r 's/ -lrpm| -lrpmio//g'`
24
    SNMP_LIBS="$SNMP_LIBS `$SNMP_CONFIG --external-libs`"
24
    SNMP_LIBS="$SNMP_LIBS `$SNMP_CONFIG --external-libs|sed -r 's/ -lrpm| -lrpmio//g'`"
25
    SNMP_PREFIX=`$SNMP_CONFIG --prefix`
25
    SNMP_PREFIX=`$SNMP_CONFIG --prefix`
26
26
27
    if test -n "$SNMP_LIBS" && test -n "$SNMP_PREFIX"; then
27
    if test -n "$SNMP_LIBS" && test -n "$SNMP_PREFIX"; then

Return to bug 5753