Merge pull request #12764 from neheb/exp22
expat: fix compilation with doc2man
This commit is contained in:
commit
2cfce35c50
1 changed files with 4 additions and 1 deletions
|
@ -36,7 +36,7 @@ define Package/libexpat/description
|
||||||
A fast, non-validating, stream-oriented XML parsing library.
|
A fast, non-validating, stream-oriented XML parsing library.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CMAKE_OPTIONS += \
|
OPTIONS += \
|
||||||
-DDOCBOOK_TO_MAN=OFF \
|
-DDOCBOOK_TO_MAN=OFF \
|
||||||
-DEXPAT_BUILD_TOOLS=OFF \
|
-DEXPAT_BUILD_TOOLS=OFF \
|
||||||
-DEXPAT_BUILD_EXAMPLES=OFF \
|
-DEXPAT_BUILD_EXAMPLES=OFF \
|
||||||
|
@ -48,6 +48,9 @@ CMAKE_OPTIONS += \
|
||||||
-DEXPAT_NS=OFF \
|
-DEXPAT_NS=OFF \
|
||||||
-DEXPAT_DEV_URANDOM=OFF
|
-DEXPAT_DEV_URANDOM=OFF
|
||||||
|
|
||||||
|
CMAKE_OPTIONS += $(OPTIONS)
|
||||||
|
CMAKE_HOST_OPTIONS += $(OPTIONS)
|
||||||
|
|
||||||
define Package/libexpat/install
|
define Package/libexpat/install
|
||||||
$(INSTALL_DIR) $(1)/usr/lib
|
$(INSTALL_DIR) $(1)/usr/lib
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libexpat.so.* $(1)/usr/lib/
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libexpat.so.* $(1)/usr/lib/
|
||||||
|
|
Loading…
Reference in a new issue