~registry/clubdistro/packages

« back to all changes in this revision

Viewing changes to aurora-1.4/debian/rules

  • Committer: Manatsawin Hanmongkolchai
  • Date: 2008-06-14 05:43:35 UTC
  • Revision ID: whs@whsgroup.ath.cx-20080614054335-phdt6q1p1a3bikm0
Fixed FTBFS of gtk-engines-aurora.

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)" LDFLAGS="-Wl,-z,defs"
 
28
        ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" --enable-animation
29
29
 
30
30
 
31
31
build: build-stamp