fixed curl-config flag for libraries; --static-libs is gone it seems.
authorfred <fred@xcg-server2.uvacse.Virginia.EDU>
Tue, 17 Sep 2013 18:27:27 +0000 (14:27 -0400)
committerfred <fred@xcg-server2.uvacse.Virginia.EDU>
Tue, 17 Sep 2013 18:27:27 +0000 (14:27 -0400)
scripts/clam/cpp/rules.def

index aea2b4a056dbc6996ce9e298e04e6dd1e750b803..6e5651627c0300dda0b5e107906332b3534162ca 100644 (file)
@@ -65,7 +65,7 @@ LIBS_USED += Xmu
 
   ifneq "$(USE_CURL)" ""
     COMPILER_FLAGS += `curl-config --cflags`
-    LOAD_FLAG_SUFFIX += `curl-config --static-libs`
+    LOAD_FLAG_SUFFIX += `curl-config --libs`
   endif
 
 endif