diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 13:32:46 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 13:32:46 +0100 |
| commit | a6fc9f3ebc47e9b9aabd73f29275fc072914812a (patch) | |
| tree | 078ba201cbb073218619989803069b9b23552996 | |
| parent | Update e-mail (diff) | |
| download | python-bus-a6fc9f3ebc47e9b9aabd73f29275fc072914812a.tar.gz python-bus-a6fc9f3ebc47e9b9aabd73f29275fc072914812a.tar.bz2 python-bus-a6fc9f3ebc47e9b9aabd73f29275fc072914812a.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | config.mk | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -8,4 +8,4 @@ DESCRIPTION SEE ALSO libbus(7) - Full documentation available locally via the command help i python(1). + Full documentation available locally via the command help in python(1). @@ -3,12 +3,12 @@ MANPREFIX = $(PREFIX)/share/man PYTHONDIR = $(PREFIX)/lib/python$(PYTHON_MAJOR).$(PYTHON_MINOR) PYTHONPKGDIR = $(PYTHONDIR)/site-packages -CC = cc +CC = c99 CYTHON = cython$(PYTHON_MAJOR) PYTHON = python$(PYTHON_VERSION) -CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOUCE -D_XOPEN_SOURCE=700 -CFLAGS = -std=c99 -O2 $$(pkg-config --cflags python$(PYTHON_MAJOR)) +CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 +CFLAGS = -O2 $$(pkg-config --cflags python$(PYTHON_MAJOR)) LDFLAGS = -s $$(pkg-config --libs python$(PYTHON_MAJOR)) -lbus PYTHON_MAJOR = $$(python --version 2>&1 | cut -d ' ' -f 2 | cut -d . -f 1) |
