components/trousers/patches/tspi_Makefile.am.patch
changeset 259 520697a05dde
child 5941 db8aa9865e9f
equal deleted inserted replaced
258:2bbb3ea903a8 259:520697a05dde
       
     1 --- src/tspi/Makefile.am.old	Thu Jan 28 13:45:54 2010
       
     2 +++ src/tspi/Makefile.am	Fri May 28 14:00:42 2010
       
     3 @@ -17,7 +17,7 @@
       
     4  # 5. If any interfaces have been added since the last public release, then increment age.
       
     5  # 6. If any interfaces have been removed since the last public release, then set age to 0.
       
     6  
       
     7 -libtspi_la_LDFLAGS=-version-info 2:3:1 -lpthread @CRYPTOLIB@
       
     8 +libtspi_la_LDFLAGS=$(LDARCHFLAG) -version-info 2:3:1 @CRYPTOLIB@
       
     9  
       
    10  libtspi_la_CFLAGS=-I$(top_srcdir)/src/include -DAPPID=\"TSPI\" -DVAR_PREFIX=\"@localstatedir@\" -DETC_PREFIX=\"@sysconfdir@\"
       
    11  
       
    12 @@ -217,7 +217,6 @@
       
    13  libtspi_la_SOURCES+=gtk/main.c gtk/support.c gtk/interface.c gtk/callbacks.c
       
    14  endif
       
    15  if OPENSSL_UI
       
    16 -libtspi_la_LDFLAGS+=-lssl
       
    17  libtspi_la_SOURCES+=ssl_ui.c
       
    18  endif
       
    19