Changeset 28878
- Timestamp:
- 2011-11-09T12:25:07+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/packages_10.03.1/net/apache/Makefile
r26061 r28878 1 1 # 2 # Copyright (C) 2007-201 0OpenWrt.org2 # Copyright (C) 2007-2011 OpenWrt.org 3 3 # 4 4 # This is free software, licensed under the GNU General Public License v2. … … 10 10 PKG_NAME:=apache 11 11 PKG_VERSION:=2.2.15 12 PKG_RELEASE:= 212 PKG_RELEASE:=3 13 13 PKG_SOURCE_NAME:=httpd 14 14 … … 88 88 endef 89 89 90 TARGET_CFLAGS += $(FPIC) 91 TARGET_CPPFLAGS += -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE 92 90 93 define Build/Configure 91 94 $(call Build/Configure/Default, \ … … 103 106 ap_cv_void_ptr_lt_long=no \ 104 107 logfiledir="/var/log" \ 108 runtimedir="/var/run" \ 105 109 ) 106 110 endef
Note: See TracChangeset
for help on using the changeset viewer.