- Timestamp:
- Sep 24, 2006, 7:23:00 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- ee2a32c
- Parents:
- 6917e1a
- Location:
- docs/pkg-templates
- Files:
-
- 2 edited
-
library-pkg/Makefile (modified) (1 diff)
-
single-pkg/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
docs/pkg-templates/library-pkg/Makefile
r6917e1a r8ebe940 24 24 CPPFLAGS="-I$(STAGING_DIR)/usr/include" \ 25 25 LDFLAGS="-L$(STAGING_DIR)/usr/lib" \ 26 ./configure \26 ${BASH} ${WRKSRC}/configure \ 27 27 --target=$(GNU_TARGET_NAME) \ 28 28 --host=$(GNU_TARGET_NAME) \ -
docs/pkg-templates/single-pkg/Makefile
r6917e1a r8ebe940 25 25 CPPFLAGS="-I$(STAGING_DIR)/usr/include" \ 26 26 LDFLAGS="-L$(STAGING_DIR)/usr/lib" \ 27 ./configure \27 ${BASH} ${WRKSRC}/configure \ 28 28 --target=$(GNU_TARGET_NAME) \ 29 29 --host=$(GNU_TARGET_NAME) \
Note:
See TracChangeset
for help on using the changeset viewer.
