Fixed problem that would not allow package to build under openSuSe.

This commit is contained in:
Juan Carlos Luciani
2006-11-21 05:39:52 +00:00
parent 1d02f15357
commit 82545be587
3 changed files with 3 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ if IBM_JVM
LIBS += -lpthread -lcasa_s_ipc -ljvm -ljsig -lj9thr23 -ldl
LDFLAGS += -L$(LIBDIR)/$(TARGET_CFG) -L$(IBM_JAVA_LIBDIR) -L$(IBM_JAVA_LIBDIR)/classic
else
LIBS += -lpthread -lcasa_s_ipc -ljvm -ljsig
LIBS += -lpthread -lcasa_s_ipc -ljvm -ljsig -ldl
LDFLAGS += -L$(LIBDIR)/$(TARGET_CFG) -L$(SUN_JAVA_LIBDIR)
endif