]> git.pld-linux.org Git - packages/yaz.git/blame - yaz-link.patch
- updated for 2.0.6
[packages/yaz.git] / yaz-link.patch
CommitLineData
538fde33
JB
1--- yaz-2.0.6/src/Makefile.am.orig 2003-12-07 11:14:58.000000000 +0100
2+++ yaz-2.0.6/src/Makefile.am 2003-12-07 11:15:47.250030720 +0100
3@@ -67,11 +67,11 @@
4 libyaz_la_LIBADD=$(WRAPLIBS)
05def978 5
05def978 6 libyazthread_la_SOURCES=
538fde33
JB
7-libyazthread_la_LIBADD=thr-nmem.lo thr-statserv.lo thr-eventl.lo
8+libyazthread_la_LIBADD=thr-nmem.lo thr-statserv.lo thr-eventl.lo libyaz.la -lpthread
88b1cb12 9 libyazthread_la_LDFLAGS=-version-info $(YAZ_VERSION_INFO)
05def978 10
05def978 11 libyazssl_la_SOURCES=
538fde33
JB
12-libyazssl_la_LIBADD=ssl-comstack.lo ssl-tcpip.lo
13+libyazssl_la_LIBADD=ssl-comstack.lo ssl-tcpip.lo libyaz.la $(SSL_LIBS)
88b1cb12 14 libyazssl_la_LDFLAGS=-version-info $(YAZ_VERSION_INFO)
05def978 15
538fde33 16 # Rules for Z39.50 V3
This page took 0.076134 seconds and 4 git commands to generate.