diff options
author | lloyd <[email protected]> | 2010-12-01 15:02:46 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-12-01 15:02:46 +0000 |
commit | fcb3739b50c8b4f556476977dbc4ebcc2e8f060f (patch) | |
tree | 8ff825720db98218c371a3f97f4ac5d0024bf13b | |
parent | 322c04b3cc622c5eee197a54afb388c96b44aa39 (diff) |
Spaces
-rw-r--r-- | src/build-data/makefile/python.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build-data/makefile/python.in b/src/build-data/makefile/python.in index 516b6ac1c..e3ed42b25 100644 --- a/src/build-data/makefile/python.in +++ b/src/build-data/makefile/python.in @@ -1,5 +1,5 @@ CXX = %{cc} -LDFLAGS = +LDFLAGS = WARN_FLAGS = %{warn_flags} PYTHON_ROOT = /usr/lib/python%{python_version}/config @@ -21,7 +21,7 @@ $(BOTAN_PYTHON_MODDIR)/_botan.so: $(PYTHON_OBJS) $(CXX) -shared -Wl,-soname,$@ $(PYTHON_OBJS) -L. -L$(PYTHON_ROOT) $(LDFLAGS) -lbotan -lboost_python -o $@ clean: - rm -rf $(BOTAN_PYTHON_MODDIR)/* + rm -rf $(BOTAN_PYTHON_MODDIR)/* rm -f $(PYTHON_OBJS) install: |