diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/popt/popt-1.7/intl.patch | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/popt/popt-1.7/intl.patch')
-rw-r--r-- | packages/popt/popt-1.7/intl.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/popt/popt-1.7/intl.patch b/packages/popt/popt-1.7/intl.patch index e69de29bb2..a7becb1b1a 100644 --- a/packages/popt/popt-1.7/intl.patch +++ b/packages/popt/popt-1.7/intl.patch @@ -0,0 +1,15 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- popt-1.7/Makefile.am~intl ++++ popt-1.7/Makefile.am +@@ -33,6 +33,7 @@ + + include_HEADERS = popt.h + lib_LTLIBRARIES = libpopt.la ++libpopt_la_LIBADD = $(LTLIBINTL) + libpopt_la_SOURCES = popt.c findme.c poptparse.c poptconfig.c popthelp.c + + man_MANS = popt.3 |