Magellan Linux

Annotation of /trunk/netpbm/patches/netpbm-10.33-lib-objs.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 480 byte(s)
-import

1 niro 153 Fix building on PIC hosts (filename.o was added to LIBOBJECTS_X but this
2     target wasn't updated ... so it gets built w/out -fPIC)
3    
4     --- lib/Makefile
5     +++ lib/Makefile
6     @@ -184,7 +184,7 @@
7     compile.h:
8     $(SRCDIR)/buildtools/stamp-date >$@ || rm $@
9    
10     -util/shhopt.o util/nstring.o: FORCE
11     +$(LIBOBJECTS_X): FORCE
12     @if [ ! -d $(dir $@) ] ; then mkdir $(dir $@) ; fi
13     $(MAKE) -C $(dir $@) -f $(SRCDIR)/$(SUBDIR)/$(dir $@)Makefile \
14     SRCDIR=$(SRCDIR) BUILDDIR=$(BUILDDIR) $(notdir $@)