mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
$(TOPDIR), make: Make it compile under SuSE 10.0, X86-64
This commit is contained in:
parent
6870a0f7fe
commit
6a37ebd3df
5 changed files with 23 additions and 10 deletions
|
|
@ -49,7 +49,14 @@ else
|
|||
endif
|
||||
|
||||
LDFLAGS += -lytools -ldl -pthread
|
||||
ARCH = @ARCH@
|
||||
|
||||
LD_LIB_PATH=$(TOPDIR)/lib
|
||||
|
||||
ifeq (@ARCH@,x86)
|
||||
PROJECT_LDFLAGS += $(shell export PKG_CONFIG_PATH=/opt/gnome/lib/pkgconfig; pkg-config --libs glib-2.0)
|
||||
else
|
||||
ifeq (@ARCH@,x86_64)
|
||||
PROJECT_LDFLAGS += $(shell export PKG_CONFIG_PATH=/opt/gnome/lib64/pkgconfig; pkg-config --libs glib-2.0)
|
||||
endif
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue