Fixed problem that would not allow package to build under openSuSe.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user