Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 208661 Details for
Bug 309281
RFE: add libmilter shared library
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Supplemental build rules for shared libraries in sendmail
sharedlibrary.m4 (text/plain), 1.69 KB, created by
Carl Roth
on 2007-09-27 16:35:43 UTC
(
hide
)
Description:
Supplemental build rules for shared libraries in sendmail
Filename:
MIME Type:
Creator:
Carl Roth
Created:
2007-09-27 16:35:43 UTC
Size:
1.69 KB
patch
obsolete
>divert(-1) ># Copyright (c) 1999-2001 Sendmail, Inc. and its suppliers. ># All rights reserved. ># ># By using this file, you agree to the terms and conditions set ># forth in the LICENSE file which can be found at the top level of ># the sendmail distribution. ># ># ># Definitions for Makefile construction for sendmail ># ># $Id: sharedlibrary.m4 6836 2007-09-25 01:32:52Z roth $ ># ># References: ># ># http://www.technoids.org/libmilter.so.html ># ># * Further adapted by roth based on more recent library.m4 ># * Make sure to define 'confSOVER' in Makefile.m4 ># * Make sure to install shared object using its SONAME ># * Make sure to watch for -fpie and -fPIC clashes >divert(0)dnl >include(confBUILDTOOLSDIR`/M4/'bldM4_TYPE_DIR`/links.m4')dnl >bldLIST_PUSH_ITEM(`bldC_PRODUCTS', bldCURRENT_PRODUCT)dnl >bldPUSH_TARGET(bldCURRENT_PRODUCT`.so')dnl >bldPUSH_INSTALL_TARGET(`install-'bldCURRENT_PRODUCT)dnl >bldPUSH_CLEAN_TARGET(bldCURRENT_PRODUCT`-clean')dnl > >include(confBUILDTOOLSDIR`/M4/'bldM4_TYPE_DIR`/defines.m4') >divert(bldTARGETS_SECTION) >bldCURRENT_PRODUCT.so: ${BEFORE} ${bldCURRENT_PRODUCT`OBJS'} > ${LD} ${LDOPTS_SO} -o bldCURRENT_PRODUCT.so confSONAME bldCURRENT_PRODUCT.so.confSOVER ${bldCURRENT_PRODUCT`OBJS'} >ifdef(`bldLINK_SOURCES', `bldMAKE_SOURCE_LINKS(bldLINK_SOURCES)') > >install-`'bldCURRENT_PRODUCT: bldCURRENT_PRODUCT.so >ifdef(`bldINSTALLABLE', ` ifdef(`confMKDIR', `if [ ! -d ${DESTDIR}${bldINSTALL_DIR`'LIBDIR} ]; then confMKDIR -p ${DESTDIR}${bldINSTALL_DIR`'LIBDIR}; else :; fi ') > ${INSTALL} -c -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} bldCURRENT_PRODUCT.so ${DESTDIR}${LIBDIR}/bldCURRENT_PRODUCT.so.confSOVER') > >bldCURRENT_PRODUCT-clean: > rm -f ${OBJS} bldCURRENT_PRODUCT.so ${MANPAGES} > >COPTS+= confCCOPTS_SO >divert(0)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 309281
:
208601
|
208621
| 208661 |
309631