Skip to content

Commit 57225e1

Browse files
Revert "Update build_adventurecoin_ubuntu.sh"
This reverts commit f09ddd0.
1 parent f09ddd0 commit 57225e1

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

build_adventurecoin_ubuntu.sh

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ cd ../../
7676
# --------------------------
7777
if [ ! -d "AdventureCoin" ]; then
7878
echo -e "${GREEN}>>> Cloning AdventureCoin...${RESET}"
79-
# git clone https://github.com/AdventureCoin-ADVC/AdventureCoin.git
80-
git clone https://github.com/CryptoDevelopmentServices/AdventureCoin.git
79+
git clone https://github.com/AdventureCoin-ADVC/AdventureCoin.git
8180
else
8281
echo -e "${GREEN}>>> Updating AdventureCoin...${RESET}"
8382
cd AdventureCoin && git pull && cd ..
@@ -91,19 +90,6 @@ cd AdventureCoin
9190

9291
chmod +x share/genbuild.sh
9392
chmod +x autogen.sh
94-
95-
# --------------------------
96-
# Detect GCC version and apply fixes
97-
# --------------------------
98-
GCC_VER=$($CXX -dumpversion | cut -d. -f1)
99-
echo -e "${GREEN}>>> Detected g++ version: $GCC_VER ${RESET}"
100-
101-
if [ "$GCC_VER" -ge 13 ]; then
102-
echo -e "${CYAN}Applying GCC 13+ compatibility flags...${RESET}"
103-
export CXXFLAGS="$CXXFLAGS -std=c++17 -DADVC_GCC13_FIX"
104-
fi
105-
106-
10793
./autogen.sh
10894

10995
CONFIGURE_ARGS="LDFLAGS=-L${BDB_PREFIX}/lib/ CPPFLAGS=-I${BDB_PREFIX}/include/"

0 commit comments

Comments
 (0)