[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebase/kcontrol/crypto
From:       Mickael Marchand <mikmak () freenux ! org>
Date:       2002-12-14 3:29:45
[Download RAW message or body]

CVS commit by marchand: 

Fix ordering paths problem :
test case : have openssl-includes installed in /usr , $all_includes probably contains \
/usr/include,  and sets configure to use your openssl from /usr/local/, configure \
flags have to be in first place so that  it uses the right includes.
same for libs (LD_FLAGS). LIBS should be safe (right ?).
We should check all Makefile.am for ordering problems, I guess there are some other \
...


  M +2 -2      Makefile.am   1.16


--- kdebase/kcontrol/crypto/Makefile.am  #1.15:1.16
@@ -1,8 +1,8 @@
-INCLUDES = $(all_includes) $(SSL_INCLUDES)
+INCLUDES = $(SSL_INCLUDES) $(all_includes)
 kde_module_LTLIBRARIES = kcm_crypto.la
 
 kcm_crypto_la_SOURCES = crypto.cpp certexport.cpp kdatetimedlg.cpp
 
-kcm_crypto_la_LDFLAGS  = $(KDE_RPATH) $(all_libraries) $(SSL_LDFLAGS) -module \
-avoid-version -no-undefined +kcm_crypto_la_LDFLAGS  = $(KDE_RPATH) $(SSL_LDFLAGS) \
$(all_libraries) -module -avoid-version -no-undefined  kcm_crypto_la_LIBADD = -lkdeui \
$(LIB_KIO) $(LIBSSL)  


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic