Commit 09c1e370 authored by Jan Maria Matejka's avatar Jan Maria Matejka
Browse files

Moved freebsd cflags and ldflags to configure

parent 94f9be80
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -211,9 +211,6 @@ docker_ubuntu-16_04-amd64:

# TODO We want to copy these BSDs to our own virtual machines, to make sure someone doesn't update them by accident.
.freebsd-11-i386: &freebsd-11-i386_env
  variables:
    CPPFLAGS: "-I/usr/local/include"
    LDFLAGS: "-L/usr/local/lib"
  tags:
  - freebsd
  - i386
@@ -223,9 +220,6 @@ docker_ubuntu-16_04-amd64:
  #- tags

.freebsd-11-amd64: &freebsd-11-amd64_env
  variables:
    CPPFLAGS: "-I/usr/local/include"
    LDFLAGS: "-L/usr/local/lib"
  tags:
  - freebsd
  - amd64
+2 −0
Original line number Diff line number Diff line
@@ -181,6 +181,8 @@ else
      ;;
    freebsd*)
      sysdesc=bsd
      CPPFLAGS="$CPPFLAGS -I/usr/local/include"
      LDFLAGS="$LDFLAGS -L/usr/local/lib"
      ;;
    kfreebsd*)
      sysdesc=bsd