fix libexif compile
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4881 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e6083256bf
commit
bd654d783b
@ -49,8 +49,10 @@ $(call Build/Configure/Default,--enable-shared \
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(call Build/Compile/Default,DESTDIR="$(PKG_INSTALL_DIR)" \
|
$(call Build/Compile/Default, \
|
||||||
all install)
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||||
|
all install \
|
||||||
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libexif/install
|
define Package/libexif/install
|
||||||
|
12
libs/libexif/patches/100-no_doc.patch
Normal file
12
libs/libexif/patches/100-no_doc.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -ur libexif.old/Makefile.in libexif.dev/Makefile.in
|
||||||
|
--- libexif.old/Makefile.in 2005-12-27 22:18:36.000000000 +0100
|
||||||
|
+++ libexif.dev/Makefile.in 2006-09-29 23:12:39.000000000 +0200
|
||||||
|
@@ -213,7 +213,7 @@
|
||||||
|
sharedstatedir = @sharedstatedir@
|
||||||
|
sysconfdir = @sysconfdir@
|
||||||
|
target_alias = @target_alias@
|
||||||
|
-SUBDIRS = m4m po libexif test doc binary
|
||||||
|
+SUBDIRS = m4m po libexif test binary
|
||||||
|
@SHIP_BINARIES_TRUE@README_W32_XDIST = README-Win32.txt
|
||||||
|
EXTRA_DIST = @PACKAGE_TARNAME@.spec autogen.sh $(README_W32_XDIST)
|
||||||
|
ACLOCAL_AMFLAGS = -I m4m
|
Loading…
x
Reference in New Issue
Block a user