Skip to content

Commit

Permalink
Declare -D_XOPEN_SOURCE=600.
Browse files Browse the repository at this point in the history
Fixes build warning on FreeBSD.
  • Loading branch information
divVerent committed Sep 17, 2018
1 parent 7f12231 commit 7b8f363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

AM_CFLAGS = -Wall -Wextra -D_POSIX_C_SOURCE=200112L
AM_CFLAGS = -Wall -Wextra -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600

macros = \
-DHELPER_PATH=\"$(pkglibexecdir)\" \
Expand Down

0 comments on commit 7b8f363

Please sign in to comment.