We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17cc370 commit 02b11b2Copy full SHA for 02b11b2
net/udptunnel/Makefile
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
2
3
PKG_NAME:=udptunnel
4
PKG_VERSION:=1.1
5
-PKG_RELEASE:=1
+PKG_RELEASE:=2
6
7
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
8
PKG_SOURCE_URL:=http://www.cs.columbia.edu/~lennox/udptunnel
net/udptunnel/patches/010-gcc14.patch
@@ -0,0 +1,11 @@
1
+--- a/configure
++++ b/configure
+@@ -905,7 +905,7 @@ cat > conftest.$ac_ext << EOF
+ #line 906 "configure"
+ #include "confdefs.h"
+
+-main(){return(0);}
++int main(){return(0);}
9
+ EOF
10
+ if { (eval echo configure:911: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11
+ ac_cv_prog_cc_works=yes
0 commit comments