Skip to content

Commit

Permalink
Reorder linker, again to fix ubuntu build, and cleaned up Iconv to ac…
Browse files Browse the repository at this point in the history
…tually all be in INCONV_LDFLAGS
  • Loading branch information
Dan 'Ducky' Little committed Dec 23, 2011
1 parent 35c2889 commit acc31fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shp2sqlite/Makefile
Expand Up @@ -28,7 +28,7 @@ $(LIBLWGEOM):

$(SHP2SQLITE): shpopen.o dbfopen.o getopt.o shp2sqlite.o $(LIBLWGEOM)

$(CC) -L/usr/local/libiconv/lib/ -liconv -I/usr/include $(CFLAGS) $^ $(ICONV_LDFLAGS) -lm -o $@
$(CC) -I/usr/include $(CFLAGS) $^ $(ICONV_LDFLAGS) -lm -o $@

install: all
@cp $(SHP2SQLITE) ../../build/
Expand Down

0 comments on commit acc31fd

Please sign in to comment.