diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-28 21:47:44 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-28 21:47:44 +0200 |
commit | 0a3d29e18ca731cafed7155b73a92a8f2756ca27 (patch) | |
tree | 01c464d54b6d00a3334bf4b72c4c66a2c6ffc859 /package/bitlbee/patches/patch-Makefile | |
parent | 58e2e795851d40c1e298354a264aa03eca1717e8 (diff) |
make allmodconfig round for lemote yeelong target
Diffstat (limited to 'package/bitlbee/patches/patch-Makefile')
-rw-r--r-- | package/bitlbee/patches/patch-Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/package/bitlbee/patches/patch-Makefile b/package/bitlbee/patches/patch-Makefile new file mode 100644 index 000000000..8269d1977 --- /dev/null +++ b/package/bitlbee/patches/patch-Makefile @@ -0,0 +1,22 @@ +--- bitlbee-1.2.3.orig/Makefile 2008-09-06 14:33:14.000000000 +0200 ++++ bitlbee-1.2.3/Makefile 2009-08-28 11:18:09.268088045 +0200 +@@ -111,16 +111,16 @@ $(subdirs): + + $(objects): %.o: %.c + @echo '*' Compiling $< +- @$(CC) -c $(CFLAGS) $< -o $@ ++ $(CC) -c $(CFLAGS) $< -o $@ + + $(objects): Makefile Makefile.settings config.h + + $(OUTFILE): $(objects) $(subdirs) + @echo '*' Linking $(OUTFILE) +- @$(CC) $(objects) $(subdirobjs) -o $(OUTFILE) $(LFLAGS) $(EFLAGS) ++ $(CC) -shared $(objects) $(subdirobjs) -o $(OUTFILE) $(LDFLAGS) $(EFLAGS) + ifndef DEBUG + @echo '*' Stripping $(OUTFILE) +- @-$(STRIP) $(OUTFILE) ++ -$(STRIP) $(OUTFILE) + endif + + encode: crypting.c |