Advertisement
Guest User

pspmaps-makefile-zipit-wrt-bleeding.patch

a guest
Jul 30th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.66 KB | None | 0 0
  1. --- PSP-Maps-bakup/Makefile.zipit   2016-07-30 09:57:15.000000000 -0400
  2. +++ PSP-Maps-6308041433/Makefile.zipit  2016-07-30 10:50:23.131243171 -0400
  3. @@ -3,7 +3,8 @@
  4.  SDLCONFIG ?= sdl-config
  5.  CURLCONFIG ?= curl-config
  6.  LDFLAGS ?=
  7. -LIBS = -lSDL_image -lSDL_gfx -lSDL_ttf -lpng -ljpeg -lcurl -lfreetype -lm
  8. +#LIBS = -lSDL_image -lSDL_gfx -lSDL_ttf -lpng -ljpeg -lcurl -lfreetype -lm
  9. +LIBS = -lSDL_image -lSDL_gfx -lSDL_ttf -lcurl -lfreetype -lm
  10.  
  11.  pspmaps: pspmaps.c $(ICON) global.o kml.o tile.c io.c cJSON.o
  12.     $(CC) $(CFLAGS) -o pspmaps$(EXT) pspmaps.c $(ICON) global.o kml.o cJSON.o $(LIBS) `$(CURLCONFIG) --cflags --libs` `$(SDLCONFIG) --cflags --libs` $(LDFLAGS)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement