diff -r -u cdparanoia-III-10.2.old/interface/Makefile.in cdparanoia-III-10.2.new/interface/Makefile.in --- cdparanoia-III-10.2.old/interface/Makefile.in 2008-08-21 18:08:54.000000000 +0200 +++ cdparanoia-III-10.2.new/interface/Makefile.in 2013-08-07 18:48:32.000000000 +0200 @@ -7,7 +7,7 @@ srcdir=@srcdir@ @SET_MAKE@ -FLAGS=@SBPCD_H@ @UCDROM_H@ @TYPESIZES@ @CFLAGS@ +FLAGS=@SBPCD_H@ @UCDROM_H@ @TYPESIZES@ @CFLAGS@ -fPIC OPT=@OPT@ $(FLAGS) DEBUG=@DEBUG@ -DCDDA_TEST CC=@CC@ @@ -33,7 +33,7 @@ slib: $(MAKE) lessmessy - $(MAKE) libcdda_interface.so CFLAGS="$(OPT) -fpic" + $(MAKE) libcdda_interface.so CFLAGS="$(OPT)" [ -e libcdda_interface.so.0 ] || ln -s libcdda_interface.so libcdda_interface.so.0 test: @@ -46,7 +46,7 @@ $(RANLIB) libcdda_interface.a libcdda_interface.so: $(OFILES) - $(CC) -fpic -shared -o libcdda_interface.so.0.$(VERSION) -Wl,-soname -Wl,libcdda_interface.so.0 $(OFILES) $(LIBS) + $(CC) -fPIC -shared -o libcdda_interface.so.0.$(VERSION) -Wl,-soname -Wl,libcdda_interface.so.0 $(OFILES) $(LIBS) [ -e libcdda_interface.so.0 ] || ln -s libcdda_interface.so.0.$(VERSION) libcdda_interface.so.0 [ -e libcdda_interface.so ] || ln -s libcdda_interface.so.0.$(VERSION) libcdda_interface.so diff -r -u cdparanoia-III-10.2.old/paranoia/Makefile.in cdparanoia-III-10.2.new/paranoia/Makefile.in --- cdparanoia-III-10.2.old/paranoia/Makefile.in 2008-09-04 21:02:47.000000000 +0200 +++ cdparanoia-III-10.2.new/paranoia/Makefile.in 2013-08-07 18:49:54.000000000 +0200 @@ -9,7 +9,7 @@ @SET_MAKE@ FLAGS=@TYPESIZES@ @CFLAGS@ -OPT=@OPT@ $(FLAGS) +OPT=@OPT@ $(FLAGS) -fPIC DEBUG=@DEBUG@ CC=@CC@ LD=@CC@ @@ -34,7 +34,7 @@ slib: $(MAKE) lessmessy - $(MAKE) libcdda_paranoia.so CFLAGS="$(OPT) -fpic" + $(MAKE) libcdda_paranoia.so CFLAGS="$(OPT)" #test: $(TFILES) # @@ -44,7 +44,7 @@ $(RANLIB) libcdda_paranoia.a libcdda_paranoia.so: $(OFILES) - $(CC) -fpic -shared -o libcdda_paranoia.so.0.$(VERSION) -Wl,-soname -Wl,libcdda_paranoia.so.0 $(OFILES) -L ../interface -lcdda_interface + $(CC) -fPIC -shared -o libcdda_paranoia.so.0.$(VERSION) -Wl,-soname -Wl,libcdda_paranoia.so.0 $(OFILES) -L ../interface -lcdda_interface [ -e libcdda_paranoia.so.0 ] || ln -s libcdda_paranoia.so.0.$(VERSION) libcdda_paranoia.so.0 [ -e libcdda_paranoia.so ] || ln -s libcdda_paranoia.so.0.$(VERSION) libcdda_paranoia.so 8581bd0ab6e'>markup.scm
AgeCommit message (Expand)Author
2018-08-14gnu: discount: Use HTTPS home page....Tobias Geerinckx-Rice
2018-08-11gnu: discount: Update to 2.2.4....Tobias Geerinckx-Rice
2018-08-11gnu: discount: Remove bogus FILE-NAME....Tobias Geerinckx-Rice
2018-08-11Migrate search.cpan.org home pages to metacpan.org....Tobias Geerinckx-Rice
2018-06-27gnu: discount: Return #t from all phases....Tobias Geerinckx-Rice
2018-03-27gnu: Use invoke and return #t from all builders....Mark H Weaver
2018-03-20Correct name and Email for ng0....ng0
2017-12-24gnu: cmark: Mark up description....Tobias Geerinckx-Rice
2017-12-24gnu: cmark: Update to 0.28.3....Tobias Geerinckx-Rice
2017-11-28gnu: perl-markdown-discount: Use a shorter patch file name....Ludovic Courtès
2017-11-19Update email address for ng0.ng0
2017-09-13gnu: Add perl-text-markdown-discount....Christopher Baines
2017-09-13gnu: Add discount....Christopher Baines
2017-08-04gnu: cmark: Update to 0.28.0....Tobias Geerinckx-Rice
2017-06-20gnu: Move contents of zip module into compression module....Arun Isaac
2017-06-10gnu: Add smu....ng0
2017-06-10gnu: Rename (gnu packages markdown) to (gnu packages markup)....ng0