mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add support for transparent session id.
Submitted by: Dalin S. Owen <dowen@vetica.com>
This commit is contained in:
parent
7ca61b8dd4
commit
d1843671e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40373
2 changed files with 8 additions and 0 deletions
|
@ -35,6 +35,7 @@ ming "ming library support" OFF \
|
|||
sockets "sockets support" OFF \
|
||||
sysvsem "System V semaphore support" OFF \
|
||||
sysvshm "System V shared memory support" OFF \
|
||||
transsid "Transparent session id" OFF \
|
||||
2> /tmp/checklist.tmp.$$
|
||||
|
||||
retval=$?
|
||||
|
@ -216,6 +217,9 @@ EOF
|
|||
\"sysvshm\")
|
||||
echo "CONFIGURE_ARGS+=--enable-sysvshm"
|
||||
;;
|
||||
\"transsid\")
|
||||
echo "CONFIGURE_ARGS+=--enable-trans-sid"
|
||||
;;
|
||||
*)
|
||||
echo "Invalid option(s): $*" > /dev/stderr
|
||||
rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc
|
||||
|
|
|
@ -35,6 +35,7 @@ ming "ming library support" OFF \
|
|||
sockets "sockets support" OFF \
|
||||
sysvsem "System V semaphore support" OFF \
|
||||
sysvshm "System V shared memory support" OFF \
|
||||
transsid "Transparent session id" OFF \
|
||||
2> /tmp/checklist.tmp.$$
|
||||
|
||||
retval=$?
|
||||
|
@ -216,6 +217,9 @@ EOF
|
|||
\"sysvshm\")
|
||||
echo "CONFIGURE_ARGS+=--enable-sysvshm"
|
||||
;;
|
||||
\"transsid\")
|
||||
echo "CONFIGURE_ARGS+=--enable-trans-sid"
|
||||
;;
|
||||
*)
|
||||
echo "Invalid option(s): $*" > /dev/stderr
|
||||
rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc
|
||||
|
|
Loading…
Add table
Reference in a new issue