~ubuntu-branches/ubuntu/karmic/gauche-c-wrapper/karmic

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): NIIBE Yutaka
  • Date: 2008-07-16 10:51:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080716105100-18dbutc1scqufbc6
Tags: 0.5.4-2
debian/rules: Supply LDCONFIG for configure (Closes: #490717).
Thanks to Jens Thiele.

NOTE: This workaround should be removed when upstream incorporates
fix to configure.ac.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
26
26
        cp -f /usr/share/misc/config.guess config.guess
27
27
endif
28
 
        ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)"
 
28
        LDCONFIG=/sbin/ldconfig ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)"
29
29
 
30
30
 
31
31
build: build-stamp