Skip to content

Commit

Permalink
unicode * is toxic (#4049)
Browse files Browse the repository at this point in the history
* unicode * is toxic

* try proper clang settings

---------

Co-authored-by: Jacob Heider <[email protected]>
  • Loading branch information
mxcl and jhheider authored Nov 15, 2023
1 parent 783ad9f commit cc6e9e1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/srcs
/builds
/testbeds
.DS_Store
/homes
/prefixes

.DS_Store

#TODO commit after v1
/deno.lock

Expand Down
10 changes: 7 additions & 3 deletions projects/postgresql.org/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ dependencies:
lz4.org: '*'
gnome.org/libxml2: '*'
gnome.org/libxslt: '*'
unicode.org: '*'
unicode.org: ^73

build:
dependencies:
freedesktop.org/pkg-config: '*'
gnu.org/gcc: '*'
#gnu.org/gcc: '*'
gnu.org/bison: '*'
github.com/westes/flex: ^2.5.31
perl.org: '*'
Expand All @@ -34,14 +34,18 @@ build:
make --jobs {{ hw.concurrency }}
make install
env:
CC: clang
CXX: clang++
LD: clang
ARGS:
- --prefix={{prefix}}
- --with-ssl=openssl
- --with-lz4
- --with-libxml
- --with-libxslt
darwin:
LDFLAGS: -headerpad_max_install_names
LDFLAGS:
- -headerpad_max_install_names $LDFLAGS

provides:
- bin/clusterdb
Expand Down

0 comments on commit cc6e9e1

Please sign in to comment.