opnsense-ports/net-p2p/bitmessage/files/patch-src_bitmsghash_Makefile
Franco Fichtner 3aa4cadac9 */*: sync with upstream
Taken from: FreeBSD
2016-05-07 11:43:17 +02:00

15 lines
516 B
Text

--- src/bitmsghash/Makefile.orig 2016-05-02 19:51:46 UTC
+++ src/bitmsghash/Makefile
@@ -10,10 +10,10 @@ powtest:
./testpow.py
bitmsghash.so: bitmsghash.o
- g++ bitmsghash.o -shared -fPIC -lpthread -lcrypto $(LDFLAGS) -o bitmsghash.so
+ ${CC} bitmsghash.o -shared -fPIC -lpthread -lcrypto $(LDFLAGS) -o bitmsghash.so
bitmsghash.o:
- g++ -Wall -O3 -march=native -fPIC $(CCFLAGS) -c bitmsghash.cpp
+ ${CC} -Wall -O3 -march=native -fPIC $(CCFLAGS) -c bitmsghash.cpp
clean:
rm -f bitmsghash.o bitmsghash.so