Skip to content

Commit

Permalink
Added missing CFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
nomnombtc committed Oct 12, 2012
1 parent a09dded commit 45772d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions litecoin/litecoin.SlackBuild
Expand Up @@ -70,6 +70,7 @@ find . \
-exec chmod 644 {} \; -exec chmod 644 {} \;


# build litecoin-qt # build litecoin-qt
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \
qmake "USE_UPNP=-" USE_SSL=1 USE_QRCODE=1 qmake "USE_UPNP=-" USE_SSL=1 USE_QRCODE=1
make -j4 make -j4
Expand All @@ -81,6 +82,7 @@ cd src
sed -i 's/USE_UPNP:=0/USE_UPNP:=/g' makefile.unix sed -i 's/USE_UPNP:=0/USE_UPNP:=/g' makefile.unix
# disable static linking, not supported by boost in slackware # disable static linking, not supported by boost in slackware
sed -i 's/Bstatic/Bdynamic/g' makefile.unix sed -i 's/Bstatic/Bdynamic/g' makefile.unix
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \
make -f makefile.unix litecoind USE_SSL=1 make -f makefile.unix litecoind USE_SSL=1


Expand Down

0 comments on commit 45772d2

Please sign in to comment.