]> git.saurik.com Git - apple/shell_cmds.git/blobdiff - su/Makefile
shell_cmds-162.tar.gz
[apple/shell_cmds.git] / su / Makefile
index 5e72328ad2e7d7ff50a966d569266bd28c7c4a8e..ec34d8dadaaaaf2c920b647e5da6def35425cbfa 100644 (file)
@@ -3,8 +3,9 @@ Project = su
 CFILES = su.c
 MANPAGES = su.1
 
-Extra_CC_Flags = -Wall -mdynamic-no-pic -D__FBSDID=__RCSID
+Extra_CC_Flags = -Wall -D__FBSDID=__RCSID
 Extra_LD_Flags = -dead_strip -lpam -lbsm
+Extra_LD_Flags += -framework Security
 
 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make