mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
make: Make use of $(SYSTEM_LIBDIR) variable more concise
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
7f2983b3a5
commit
ccfc979bd0
4 changed files with 21 additions and 24 deletions
|
|
@ -21,7 +21,7 @@ ifeq ($(SWIG_TARGET),php)
|
|||
SWIG_CLEAN += php_$(SWIG_MODULE_H) $(SWIG_PHP_MODULE_INI)
|
||||
|
||||
INCLUDE += $(addprefix -I$(SWIG_PHP_INCLUDE_DIR)/,$(SWIG_PHP_INCLUDE_SUBDIRS))
|
||||
INSTALL_LIBDIR = $(ENV_PREFIX)/usr/lib64/php5/extensions
|
||||
INSTALL_LIBDIR = $(ENV_PREFIX)/usr/$(SYSTEM_LIBDIR_NAME)/php5/extensions
|
||||
LOCAL_CFLAGS += -Wno-unused-label -Wno-unused-function
|
||||
LOCAL_CPPFLAGS += -Wno-unused-label -Wno-unused-function
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue