# # Patch managed by http://www.holgerschurig.de/patcher.html # --- pysqlite/setup.py~no-host-includes +++ pysqlite/setup.py @@ -11,8 +11,8 @@ macros = [] if sys.platform in ("linux-i386", "linux2"): # most Linux - include_dirs = ['/usr/include/sqlite'] - library_dirs = ['/usr/lib/'] + include_dirs = [] + library_dirs = [] libraries = [sqlite] runtime_library_dirs = [] extra_objects = [] @@ -21,8 +21,8 @@ LOCALBASE = os.environ.get("LOCALBASE", "/opt/local") else: LOCALBASE = os.environ.get("LOCALBASE", "/usr/local") - include_dirs = ['%s/include' % LOCALBASE] - library_dirs = ['%s/lib/' % LOCALBASE] + include_dirs = [] + library_dirs = [] libraries = [sqlite] runtime_library_dirs = [] extra_objects = [] @@ -33,8 +33,8 @@ runtime_library_dirs = [] extra_objects = [] elif os.name == "posix": # most Unixish platforms - include_dirs = ['/usr/local/include'] - library_dirs = ['/usr/local/lib'] + include_dirs = [] + library_dirs = [] libraries = [sqlite] # On some platorms, this can be used to find the shared libraries # at runtime, if they are in a non-standard location. Doesn't ='sub'>Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/opie-datebook-chrisholidayplugin
AgeCommit message (Expand)AuthorFiles
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe1
2008-10-02opie: add 1.2.4 recipes and update preferred list to matchPaul Eggleton1
2007-07-27opie-*: Add 1.2.3.Paul Sokolovsky1
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie2
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther2
2006-07-02Opie: Rename Opie 1.2.1 to 1.2.2, Remove PRsHolger Freyther1
2006-01-12Correct Opie PV format to preserve upgradability of packages but note where c...Richard Purdie1
2006-01-07Convert CVSDATE -> SRCDATE. Also standardise cvs and svn PVs to x.x.x+cvsYYYY...Richard Purdie1
2005-09-12Opie 1.2.1:Holger Freyther2
2005-06-30import clean BK tree at cset 1.3670Koen Kooi3
2005-03-26Merge nslu2-linux@nslu2-linux.bkbits.net:openembeddedg2@giantshoulder.com3
2005-03-21Merge nslu2-linux@nslu2-linux.bkbits.net:openembeddedg2@giantshoulder.com1