diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-24 17:41:36 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-24 17:41:36 +0100 |
commit | 0aabef127155575e8c8d660605f9401ab15356aa (patch) | |
tree | b8cd5f06c60cd4e95fd7a2923dabb3b831dd93b3 /package/gnupg/patches/patch-doc_Makefile_in | |
parent | 0b09c2710166bd95ac9033b048bb6cbf7b4de7c2 (diff) |
allow native build of a lot of packages
STAGING_TARGET_DIR is used for package Makefile's for
include and library search path's. STAGING_DIR is used
for common code in mk/ or Makefile/rules.mk.
STAGING_TARGET_DIR is /usr when native builds are used.
Diffstat (limited to 'package/gnupg/patches/patch-doc_Makefile_in')
-rw-r--r-- | package/gnupg/patches/patch-doc_Makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/gnupg/patches/patch-doc_Makefile_in b/package/gnupg/patches/patch-doc_Makefile_in new file mode 100644 index 000000000..dd8797231 --- /dev/null +++ b/package/gnupg/patches/patch-doc_Makefile_in @@ -0,0 +1,11 @@ +--- gnupg-1.4.10.orig/doc/Makefile.in 2009-09-02 18:20:22.000000000 +0200 ++++ gnupg-1.4.10/doc/Makefile.in 2011-02-24 15:30:49.000000000 +0100 +@@ -833,7 +833,7 @@ uninstall-man: uninstall-man1 uninstall- + + + yat2m: Makefile yat2m.c +- $(CC_FOR_BUILD) -o $@ $(srcdir)/yat2m.c ++ $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) -o $@ $(srcdir)/yat2m.c + + yat2m-stamp: $(myman_sources) + @rm -f yat2m-stamp.tmp |