[patchteam] Update umurmur package to version 0.2.1 (and split into openssl and polar...
[openwrt/svn-archive/archive.git] / net / umurmur / patches / 001-makefile.patch
index 218457d19c0e6658b3cfc307357f1c53e79b824b..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,25 +0,0 @@
---- umurmur-0.1.3/src/Makefile.old     2009-08-26 22:00:32.000000000 +0200
-+++ umurmur-0.1.3/src/Makefile         2009-11-20 23:13:26.141571090 +0100
-@@ -5,18 +5,18 @@
- CFLAGS:=$(CFLAGS) -Wall -Os -g
- LDFLAGS:=$(LDFLAGS) -lcrypto -lssl -lconfig
--umurmurd:$(OBJS) depend.mak
-+umurmurd:$(OBJS)
-       $(CC) $(LDFLAGS) $(OBJS) -o umurmurd
- # remove object files and executable when user executes "make clean"
- clean:
-       rm *.o umurmurd 
--all: umurmur
-+all: umurmurd
- $(OBJS): Makefile
- depend.mak:
-       $(CC) -M $(SRCS) > depend.mak
--include depend.mak
-\ No newline at end of file
-+