cosmetic changes to XOrg uitls/ and misc/
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8929 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
621a397881
commit
7c41f8b5da
@ -25,7 +25,10 @@ define Package/libdrm
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
cd $(PKG_BUILD_DIR)/; $(TARGET_CONFIGURE_OPTS) ./configure --host=$(GNU_TARGET_NAME)
|
cd $(PKG_BUILD_DIR)/; \
|
||||||
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
|
./configure \
|
||||||
|
--host=$(GNU_TARGET_NAME)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
@ -13,7 +13,12 @@ _CATEGORY:=utils
|
|||||||
include ../../common.mk
|
include ../../common.mk
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
cd $(PKG_BUILD_DIR); ./configure --prefix=${STAGING_DIR} --sysconfdir=/etc --mandir=${STAGING_DIR}/share/man --localstatedir=/var
|
cd $(PKG_BUILD_DIR); \
|
||||||
|
./configure \
|
||||||
|
--prefix=${STAGING_DIR} \
|
||||||
|
--sysconfdir=/etc \
|
||||||
|
--mandir=${STAGING_DIR}/share/man \
|
||||||
|
--localstatedir=/var
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user