]> git.pld-linux.org Git - packages/evms.git/blob - evms-link.patch
- rebuild with readline 5.0
[packages/evms.git] / evms-link.patch
1 --- evms-2.3.4/engine/Makefile.in.orig  2004-03-03 00:01:42.000000000 +0100
2 +++ evms-2.3.4/engine/Makefile.in       2004-06-16 23:02:05.023927136 +0200
3 @@ -27,7 +27,7 @@
4  TARGET         = $(LIB_TARGET)
5  
6  EVMS_DEFS      += -DPluginDirectory=\"$(evmspluginsdir)\"
7 -EVMS_LIBS      += $(PTHREAD_LIBS) -ldl
8 +EVMS_LIBS      += $(PTHREAD_LIBS) -lpthread_nonshared -ldl
9  
10  all: .depend $(TARGET)
11         $(PROCESS_DIRS)
This page took 0.115614 seconds and 3 git commands to generate.