projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b0fd7e
)
fixed curl-config flag for libraries; --static-libs is gone it seems.
author
fred
<fred@xcg-server2.uvacse.Virginia.EDU>
Tue, 17 Sep 2013 18:27:27 +0000
(14:27 -0400)
committer
fred
<fred@xcg-server2.uvacse.Virginia.EDU>
Tue, 17 Sep 2013 18:27:27 +0000
(14:27 -0400)
scripts/clam/cpp/rules.def
patch
|
blob
|
history
diff --git
a/scripts/clam/cpp/rules.def
b/scripts/clam/cpp/rules.def
index aea2b4a056dbc6996ce9e298e04e6dd1e750b803..6e5651627c0300dda0b5e107906332b3534162ca 100644
(file)
--- a/
scripts/clam/cpp/rules.def
+++ b/
scripts/clam/cpp/rules.def
@@
-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