~saltmakrell/launchpad/fixtiles-osm-gps-map

« back to all changes in this revision

Viewing changes to debian/patches/01-fix_python_linking.patch

  • Committer: Package Import Robot
  • Author(s): Ilya Barygin
  • Date: 2011-12-31 11:16:10 UTC
  • mfrom: (1.1.6) (0.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20111231111610-zzpv0eoqpcl2iyz3
Tags: 0.7.3-1ubuntu1
* Merge from Debian testing, remaining changes:
  - debian/libosmgpsmap-dev.install: Don't install la-file (Policy 10.2)

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
-       OSMGPSMAP_LIBS="\$(top_builddir)/../src/libosmgpsmap.la"
15
15
+       OSMGPSMAP_LIBS="-L\$(top_builddir)/../src/.libs/ -losmgpsmap"
16
16
 else
17
 
        PKG_CHECK_MODULES(OSMGPSMAP, osmgpsmap = 0.7.2)
 
17
        PKG_CHECK_MODULES(OSMGPSMAP, osmgpsmap = 0.7.3)
18
18
 fi