]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
FIX: For ld (linker) there is no "-=", so lets try re-assign ldlibs instead
authoriceman1001 <iceman@iuse.se>
Thu, 18 Feb 2016 22:01:12 +0000 (23:01 +0100)
committericeman1001 <iceman@iuse.se>
Thu, 18 Feb 2016 22:01:12 +0000 (23:01 +0100)
client/Makefile

index c918fcb2eca218ad3635ec7d5f5e915f5061fac8..afb06c8710c99b4db1e1cf0e854c65a5acc4bb84 100644 (file)
@@ -41,7 +41,7 @@ ifneq (,$(findstring MINGW,$(platform)))
        endif
        
 else ifeq ($(platform),Darwin)
-       LDLIBS -= -L/usr/local/lib
+       LDLIBS = -L/opt/local/lib -lreadline -lpthread -lm
     CXXFLAGS = $(shell pkg-config --cflags QtCore QtGui 2>/dev/null) -Wall -O3
     QTLDLIBS = $(shell pkg-config --libs QtCore QtGui 2>/dev/null)
     MOC = $(shell pkg-config --variable=moc_location QtCore)
Impressum, Datenschutz