~ubuntu-branches/ubuntu/saucy/libdvdread/saucy

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Package Import Robot
  • Author(s): Bryce Harrington
  • Date: 2011-12-07 18:34:56 UTC
  • Revision ID: package-import@ubuntu.com-20111207183456-96hkz4o43c8xr2a1
Tags: 4.2.0-1ubuntu2
* Remove extraneous debian-changes-4.2.0-1ubuntu1 being automatically
  generated by the packaging which reverts the Ubuntu changes.
  (LP: #869003)
* Disable hurd.patch; causes FTBFS on AMD64 due to undefined
  get_current_dir_name().

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
        cd $(.OBJDIR) && $(RANLIB) $@
79
79
 
80
80
${DVDREAD_SHLIB}: version.h $(DVDREAD_SHOBJS) $(BUILDDEPS)
81
 
        cd $(.OBJDIR) && $(CC) $(SHLDFLAGS) $(LDFLAGS) -ldl -Wl,-soname=$(DVDREAD_SHLIB).$(SHLIB_MAJOR) -o $@ $(DVDREAD_SHOBJS)
 
81
        cd $(.OBJDIR) && $(CC) $(SHLDFLAGS) $(LDFLAGS) -Wl,-soname=$(DVDREAD_SHLIB).$(SHLIB_MAJOR) -o $@ $(DVDREAD_SHOBJS) -ldl
82
82
 
83
83
.c.so:  $(BUILDDEPS)
84
84
        cd $(.OBJDIR) && $(CC) -fPIC -DPIC -MD $(CFLAGS) -c -o $@ $<