ALT Linux Bugzilla
– Attachment 675 Details for
Bug 5753
Package php-snmp has broken dep on php-libs
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Patch for normalize net-snmp-config output
php-snmp-4.3.11-alt-netsnmp.patch (text/plain), 617 bytes, created by
Dmitry Lebkov
on 2004-12-23 03:47:04 MSK
(
hide
)
Description:
Patch for normalize net-snmp-config output
Filename:
MIME Type:
Creator:
Dmitry Lebkov
Created:
2004-12-23 03:47:04 MSK
Size:
617 bytes
patch
obsolete
>diff -ruN php-snmp-4.3.11.orig/config.m4 php-snmp-4.3.11/config.m4 >--- php-snmp-4.3.11.orig/config.m4 2004-12-23 10:37:02 +1000 >+++ php-snmp-4.3.11/config.m4 2004-12-23 10:38:32 +1000 >@@ -20,8 +20,8 @@ > fi > > if test -x "$SNMP_CONFIG"; then >- SNMP_LIBS=`$SNMP_CONFIG --netsnmp-libs` >- SNMP_LIBS="$SNMP_LIBS `$SNMP_CONFIG --external-libs`" >+ SNMP_LIBS=`$SNMP_CONFIG --netsnmp-libs|sed -r 's/ -lrpm| -lrpmio//g'` >+ SNMP_LIBS="$SNMP_LIBS `$SNMP_CONFIG --external-libs|sed -r 's/ -lrpm| -lrpmio//g'`" > SNMP_PREFIX=`$SNMP_CONFIG --prefix` > > if test -n "$SNMP_LIBS" && test -n "$SNMP_PREFIX"; then
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 5753
: 675