Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Set CFLAGS and LDFLAGS for LuaJIT 2.1 in debian/rules
Browse files Browse the repository at this point in the history
  • Loading branch information
hnakamur committed Aug 14, 2019
1 parent aecab12 commit 91d7431
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 49 deletions.
46 changes: 0 additions & 46 deletions debian/patches/lua-nginx-module-luajit-2.1.patch

This file was deleted.

1 change: 0 additions & 1 deletion debian/patches/series
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
lua-nginx-module-luajit-2.1.patch
ngx_http_secure_download-dynamic_module.patch
ngx_cache_purge-dynamic_module.patch
ngx_cache_purge-fix_compatibility_with_nginx_1.11.6.patch
Expand Down
4 changes: 2 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

#export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
export DEB_CFLAGS_MAINT_APPEND=-Wp,-D_FORTIFY_SOURCE=2 -fPIC -Wno-missing-field-initializers
export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -pie
export DEB_CFLAGS_MAINT_APPEND=-Wp,-D_FORTIFY_SOURCE=2 -fPIC -Wno-missing-field-initializers -I/usr/include/luajit-2.1
export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -pie -lm -lluajit-5.1 -ldl
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

Expand Down

0 comments on commit 91d7431

Please sign in to comment.