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 5e63e53 commit 77130dfCopy full SHA for 77130df
utils/bottlerocket/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
9
10
PKG_NAME:=bottlerocket
11
PKG_VERSION:=0.04c
12
-PKG_RELEASE:=1
+PKG_RELEASE:=2
13
14
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15
PKG_SOURCE_URL:=https://linuxha.com/bottlerocket
utils/bottlerocket/patches/010-gcc14.patch
@@ -0,0 +1,11 @@
1
+--- a/configure
2
++++ b/configure
3
+@@ -656,7 +656,7 @@ cat > conftest.$ac_ext << EOF
4
+ #line 657 "configure"
5
+ #include "confdefs.h"
6
+
7
+-main(){return(0);}
8
++int main(){return(0);}
+ EOF
+ if { (eval echo configure:662: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+ ac_cv_prog_cc_works=yes
0 commit comments