diff -r 73ba398cc7f4 -r 07b904f40417 symbian-qemu-0.9.1-12/qemu-symbian-svp/Makefile.target --- a/symbian-qemu-0.9.1-12/qemu-symbian-svp/Makefile.target Thu Jul 29 11:34:55 2010 +0100 +++ b/symbian-qemu-0.9.1-12/qemu-symbian-svp/Makefile.target Wed Aug 04 10:56:22 2010 +0100 @@ -787,6 +787,10 @@ main.o: CFLAGS+=-p endif +ifneq ($(MODEL_LIBS_DIR),) +LDFLAGS+=$(RPATH_FLAGS) +endif + $(QEMU_PROG): $(OBJS) ../libqemu_common.a libqemu.a $(CC) $(LDFLAGS) -o $@ $^ $(LIBS) $(SDL_LIBS) $(PNG_LIBS) $(COCOA_LIBS) $(CURSES_LIBS) $(BRLAPI_LIBS) $(VDE_LIBS)