1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

Sync CFLAGS with DC's PR for this.

PR:		26913
This commit is contained in:
Nick Sayer 2001-06-20 14:38:13 +00:00
parent d8c2a7d247
commit 8ef0a0ddad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44255

View File

@ -5,8 +5,8 @@
LD_SEARCH_FLAGS='-R ${LIB_RUNTIME_DIR}'
;;
+ FreeBSD*)
+ SHLIB_CFLAGS=""
+ SHLIB_LD="gcc -shared -DCONFDIR=\"@sysconfdir@\""
+ SHLIB_CFLAGS="-fPIC -DPIC"
+ SHLIB_LD="gcc -shared"
+ SHLIB_LD_LIBS="-lpam"
+ SHLIB_SUFFIX=".so"
+ LD_FLAGS=""