fix libexif compile

git-svn-id: svn://svn.openwrt.org/openwrt/packages@4881 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2006-09-29 21:14:18 +00:00
parent e6083256bf
commit bd654d783b
2 changed files with 16 additions and 2 deletions

View File

@ -49,8 +49,10 @@ $(call Build/Configure/Default,--enable-shared \
endef
define Build/Compile
$(call Build/Compile/Default,DESTDIR="$(PKG_INSTALL_DIR)" \
all install)
$(call Build/Compile/Default, \
DESTDIR="$(PKG_INSTALL_DIR)" \
all install \
)
endef
define Package/libexif/install

View 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