Forgot to remove FORTIFY_SOURCE munging.
This commit is contained in:
parent
38e912dad7
commit
780efb3856
@ -164,9 +164,7 @@ cat <<EOF >>includes/site.h
|
|||||||
#define _PATH_DHCLIENT_DB "%{_localstatedir}/lib/dhclient/dhclient.leases"
|
#define _PATH_DHCLIENT_DB "%{_localstatedir}/lib/dhclient/dhclient.leases"
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Enable extended option info patch and set fortify source to 0 so that we
|
# Enable extended option info patch
|
||||||
# don't get inline functions that we don't want (for libdhcp4client)
|
|
||||||
RPM_OPT_FLAGS="$(echo $RPM_OPT_FLAGS | sed -e 's/_FORTIFY_SOURCE=[0-9]/_FORTIFY_SOURCE=0/g')"
|
|
||||||
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fPIC -Werror -Dlint -DEXTENDED_NEW_OPTION_INFO"
|
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fPIC -Werror -Dlint -DEXTENDED_NEW_OPTION_INFO"
|
||||||
|
|
||||||
# DO NOT use the %%configure macro because this configure script is not autognu
|
# DO NOT use the %%configure macro because this configure script is not autognu
|
||||||
|
Loading…
Reference in New Issue
Block a user