Changeset 13134
- Timestamp:
- 10/22/09 03:35:28 (1 month ago)
- Files:
-
- src/router/rules/nocat.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
src/router/rules/nocat.mk
r7711 r13134 1 1 nocat-configure: 2 2 cd glib && ./config.sh "$(CC)" "$(COPTS)" 3 cd nocat && ./configure --with-remote-splash CC="$(ARCH)-linux-uclibc-gcc" CFLAGS="$(COPTS) - I../libghttp " --prefix=/tmp/ --with-glib-prefix=$(TOP)/glib-1.2.10-install --disable-glibtest --host=$(ARCH)-linux3 cd nocat && ./configure --with-remote-splash CC="$(ARCH)-linux-uclibc-gcc" CFLAGS="$(COPTS) -DNEED_PRINTF -I../libghttp " --prefix=/tmp/ --with-glib-prefix=$(TOP)/glib-1.2.10-install --disable-glibtest --host=$(ARCH)-linux 4 4 5 5 nocat:
