Update mtr to 0.73 (#3633)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11699 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
19
net/mtr/patches/001-fix_configure_am_path_gtk.patch
Normal file
19
net/mtr/patches/001-fix_configure_am_path_gtk.patch
Normal file
@ -0,0 +1,19 @@
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -6739,15 +6739,13 @@
|
||||
rm -f conf.gtktest
|
||||
|
||||
else
|
||||
- AM_PATH_GTK(1.0.0, CFLAGS="$CFLAGS $GTK_CFLAGS"
|
||||
- LIBS="$LIBS $GTK_LIBS",
|
||||
{ echo "$as_me:$LINENO: WARNING: Building without GTK+ display support" >&5
|
||||
echo "$as_me: WARNING: Building without GTK+ display support" >&2;}
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define NO_GTK 1
|
||||
_ACEOF
|
||||
|
||||
- GTK_OBJ="")
|
||||
+ GTK_OBJ=""
|
||||
fi
|
||||
else
|
||||
cat >>confdefs.h <<\_ACEOF
|
Reference in New Issue
Block a user