diff options
author | B. Watson <yalhcru@gmail.com> | 2011-08-27 09:11:00 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-08-27 09:11:00 -0300 |
commit | bb381bab725dd8ef72196ac01d20c75bda125f7b (patch) | |
tree | 4100a75e3773843435525618a6a50cde07681b25 /system/isomd5sum/fix_makefile.diff | |
parent | 73146b17ea0b902af362ef285f5360b677f18e7d (diff) | |
download | slackbuilds-bb381bab725dd8ef72196ac01d20c75bda125f7b.tar.gz |
system/isomd5sum: Added (MD5 checksums within an ISO9660 image)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system/isomd5sum/fix_makefile.diff')
-rw-r--r-- | system/isomd5sum/fix_makefile.diff | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/isomd5sum/fix_makefile.diff b/system/isomd5sum/fix_makefile.diff new file mode 100644 index 0000000000..f048b33bb6 --- /dev/null +++ b/system/isomd5sum/fix_makefile.diff @@ -0,0 +1,19 @@ +diff -Naur isomd5sum-1.0.7/Makefile isomd5sum-1.0.7.patched//Makefile +--- isomd5sum-1.0.7/Makefile 2011-04-08 04:43:01.000000000 -0400 ++++ isomd5sum-1.0.7.patched//Makefile 2011-07-15 01:43:55.000000000 -0400 +@@ -29,9 +29,13 @@ + checkisomd5: checkisomd5.o libcheckisomd5.a + $(CC) -lpopt $(CFLAGS) checkisomd5.o libcheckisomd5.a -o checkisomd5 + +-libimplantisomd5.a: libimplantisomd5.a(libimplantisomd5.o md5.o) ++libimplantisomd5.a: libimplantisomd5.o md5.o ++ ar rc libimplantisomd5.a libimplantisomd5.o md5.o ++ ranlib libimplantisomd5.a + +-libcheckisomd5.a: libcheckisomd5.a(libcheckisomd5.o md5.o) ++libcheckisomd5.a: libcheckisomd5.o md5.o ++ ar rc libcheckisomd5.a libcheckisomd5.o md5.o ++ ranlib libcheckisomd5.a + + pyisomd5sum.so: $(PYOBJS) + $(CC) -shared -g -o pyisomd5sum.so -fpic $(PYOBJS) $(LDFLAGS) |