ObjFW  Check-in [04e7ac480f]

Overview
Comment:objfw-unzip: Link with ${LDFLAGS_RPATH}.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 04e7ac480f23615add2afbb68bb212af46f71353fe4b0328b4860e077962de2a
User & Date: js on 2013-11-06 22:40:20
Other Links: manifest | tags
Context
2013-11-09
19:22
Add OFOptionsParser. check-in: 4521cb6dbc user: js tags: trunk
2013-11-06
22:40
objfw-unzip: Link with ${LDFLAGS_RPATH}. check-in: 04e7ac480f user: js tags: trunk
22:35
Make a few implicit casts explicit. check-in: 62d1b84b30 user: js tags: trunk
Changes

Modified utils/Makefile from [1a6aa46eb0] to [08fc38cf47].

25
26
27
28
29
30
31

			fi \
		fi \
	done

CPPFLAGS += -I../src -I../src/runtime -I..
LIBS := -L../src -lobjfw ${LIBS}
LD = ${OBJC}








>
25
26
27
28
29
30
31
32
			fi \
		fi \
	done

CPPFLAGS += -I../src -I../src/runtime -I..
LIBS := -L../src -lobjfw ${LIBS}
LD = ${OBJC}
LDFLAGS += ${LDFLAGS_RPATH}