Changeset 97979 in vbox
- Timestamp:
- Jan 4, 2023 2:35:52 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155070
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/openssl-3.0.7/Config.kmk
r97895 r97979 194 194 gen-includes/openssl/x509v3.h=>x509v3.h 195 195 196 ## Workaround for GCC 3.3.x or older always warning about '\#pragma once' being obsolete. 197 # 198 # We edit the headers during installation and qualifies the \#pragma once with 199 # RT_WITHOUT_PRAGMA_ONCE like we do for our own headers (defined root templates). 200 # 201 # 1=<src>, 2=<dst>, 3=<target>, 4=<flags>, 5=install|stage 202 # context vars: uid, gid, mode 203 # 204 if "$(VBOX_GCC_VERSION_CC)" < 30400 && "$(KBUILD_TARGET)" != "win" 205 define crypto-headers_INSTALLER 206 $$(RM) -f -- "$(2)" 207 $$(SED) -e 's/^\([#][[:space:]]*\)pragma[[:space:]][[:space:]]*once.*/\1ifndef RT_WITHOUT_PRAGMA_ONCE\n\1 pragma once\n\1endif/' \ 208 --output "$(2)" "$(1)" 209 $(if $(mode),$(CHMOD) "$(mode)" -- "$(2)",) 210 endef 211 endif 212 196 213 # 197 214 # The templates used for the crypo lib and all its sublibraries. … … 302 319 303 320 TEMPLATE_LIBCRYPTO_INCS := \ 321 $(dir $(VBOX_PATH_CRYPTO_HEADERS)) \ 304 322 $(VBOX_PATH_OPENSSL) \ 305 323 $(VBOX_PATH_OPENSSL)/include \
Note:
See TracChangeset
for help on using the changeset viewer.