- Timestamp:
- Jun 29, 2007, 11:49:01 PM (18 years ago)
- Children:
- 565d610
- Parents:
- c246d7c
- File:
-
- 1 edited
-
tools/tntnet/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tools/tntnet/Makefile
rc246d7c r3b2eba6 11 11 $(WRKBUILD)/.configured: ${WRKBUILD}/.prepared 12 12 mkdir -p $(STAGING_TOOLS)/bin 13 cd $(WRKBUILD); rm -rf config.cache; \ 13 ssl=openssl; \ 14 test -e /usr/include/openssl/ssl.h || ssl=no; \ 15 for a in /usr/lib/libssl.*; do \ 16 test -e "$$a" || ssl=no; \ 17 break; \ 18 done; cd $(WRKBUILD); rm -rf config.cache; \ 14 19 env \ 15 20 PATH=$(STAGING_TOOLS)/bin:$$PATH \ … … 19 24 --with-cgi=no \ 20 25 --with-server=yes \ 21 --with-ssl= no\26 --with-ssl=$$ssl \ 22 27 --with-demos=no \ 23 28 --disable-nls \
Note:
See TracChangeset
for help on using the changeset viewer.
