mirror of https://github.com/BOINC/boinc.git
Another build fix. This may break appication build if the apps depend upon
boinc_crypt.la to supply the CURL library names. svn path=/trunk/boinc/; revision=18976
This commit is contained in:
parent
ae9f1934df
commit
e82aad226a
|
@ -140,7 +140,7 @@ libboinc_crypt_la_SOURCES = crypt.cpp
|
|||
libboinc_crypt_la_CFLAGS = $(AM_CFLAGS) $(PICFLAGS) $(PTHREAD_CFLAGS)
|
||||
libboinc_crypt_la_CXXFLAGS = $(AM_CXXFLAGS) $(PICFLAGS) $(PTHREAD_CFLAGS)
|
||||
libboinc_crypt_la_LDFLAGS = -L$(libdir) -rpath $(libdir) -version-number $(LIBBOINC_VERSION)
|
||||
libboinc_crypt_la_LIBADD = $(LIBCURL)
|
||||
libboinc_crypt_la_LIBADD =
|
||||
|
||||
|
||||
if ENABLE_FCGI
|
||||
|
|
Loading…
Reference in New Issue